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 /bootstrap.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 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index 3731eaf0b..f3ff894d1 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Mon Oct 17 12:44:52 PDT 2011 + * Date: Mon Oct 17 14:16:58 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -367,6 +367,7 @@ h5, h6 { font-weight: bold; color: #404040; + text-rendering: optimizelegibility; } h1 small, h2 small, @@ -388,7 +389,7 @@ h2 { line-height: 36px; } h2 small { - font-size: 14px; + font-size: 18px; } h3 { line-height: 27px; @@ -466,6 +467,12 @@ em { .muted { color: #bfbfbf; } +abbr { + font-size: 90%; + text-transform: uppercase; + border-bottom: 1px dotted #ddd; + cursor: help; +} blockquote { margin-bottom: 18px; border-left: 5px solid #eee; |
