aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-17 14:17:29 -0700
committerMark Otto <[email protected]>2011-10-17 14:17:29 -0700
commit27cbe7f63a13fad987dc2547ef5b6f526ceb268c (patch)
tree4d63394dd74f4f77ffe87df6006d9f9441215c06 /docs/assets/css
parentd035fa731ab6b846c98b2f2b6f5e82c1b11c6791 (diff)
downloadbootstrap-27cbe7f63a13fad987dc2547ef5b6f526ceb268c.tar.xz
bootstrap-27cbe7f63a13fad987dc2547ef5b6f526ceb268c.zip
add abbr styles, overhaul type docs section to remove lots of verbose text and put emphasis on tables and more scannable content
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/docs.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 2af7764e6..bbf71ab77 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -307,6 +307,11 @@ pre.prettyprint {
max-width: 100%;
}
+/* Make tables spaced out a bit more */
+h2 + table {
+ margin-top: 10px;
+}
+
/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {