aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 03:45:24 -0800
committerMark Otto <[email protected]>2012-01-07 03:45:24 -0800
commit8ccc3bcf03fedbe8c3a19a96c08a5cad6ae456e8 (patch)
tree995b7102d3274bf9f87ade682d8de55b34a7218e /docs/assets/css/docs.css
parent5fb2c666acfd5e7d2f134d2cb5b65b828102c5a9 (diff)
downloadbootstrap-8ccc3bcf03fedbe8c3a19a96c08a5cad6ae456e8.tar.xz
bootstrap-8ccc3bcf03fedbe8c3a19a96c08a5cad6ae456e8.zip
overhauled dropdowns now require use of .caret for dropdown arrow, redid the button group docs section, added the split button dropdown docs section
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 1180effd1..c359cf73b 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -402,7 +402,8 @@ pre.prettyprint {
}
/* Make tables spaced out a bit more */
-h2 + table {
+h2 + table,
+h2 + .row {
margin-top: 5px;
}