aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-30 14:15:18 -0700
committerMark Otto <[email protected]>2013-03-30 14:15:18 -0700
commit9fff2d3fb6a636c7ee61ad097c5b247e8def3ab5 (patch)
tree10c59fd976cd3df06992edbfa9562594960212c9 /docs/assets/css/docs.css
parentaee25786a73820b6c502ba099c55fb4008b4bd1e (diff)
downloadbootstrap-9fff2d3fb6a636c7ee61ad097c5b247e8def3ab5.tar.xz
bootstrap-9fff2d3fb6a636c7ee61ad097c5b247e8def3ab5.zip
Change error to danger for all classes; add panels component
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 6b576de2a..181a3a734 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -309,7 +309,9 @@ section > ul li {
.bs-docs-example > textarea:last-child,
.bs-docs-example > .table:last-child,
.bs-docs-example > .jumbotron:last-child,
-.bs-docs-example > .alert:last-child {
+.bs-docs-example > .alert:last-child,
+.bs-docs-example > .panel:last-child,
+.bs-docs-example > .well:last-child {
margin-bottom: 0;
}