diff options
| author | Mark Otto <[email protected]> | 2011-10-17 14:17:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-17 14:17:29 -0700 |
| commit | 27cbe7f63a13fad987dc2547ef5b6f526ceb268c (patch) | |
| tree | 4d63394dd74f4f77ffe87df6006d9f9441215c06 /docs/assets/css/docs.css | |
| parent | d035fa731ab6b846c98b2f2b6f5e82c1b11c6791 (diff) | |
| download | bootstrap-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/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 5 |
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) { |
