diff options
| author | Jacob Thornton <[email protected]> | 2011-10-19 22:42:49 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-10-19 22:42:49 -0700 |
| commit | 5ab84f942dadc02db57fbe9dbcc619a5eae3920a (patch) | |
| tree | a7364a87195a65281bb87b34ec480078a2ae5dde /lib/type.less | |
| parent | 8545fe97877dc275df40ab98d408f21ce9a362cf (diff) | |
| parent | 369b9720c6090985c678076eebb59c080c0ed27c (diff) | |
| download | bootstrap-5ab84f942dadc02db57fbe9dbcc619a5eae3920a.tar.xz bootstrap-5ab84f942dadc02db57fbe9dbcc619a5eae3920a.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/lib/type.less b/lib/type.less index 4232a24df..a490bf5fa 100644 --- a/lib/type.less +++ b/lib/type.less @@ -24,12 +24,12 @@ p { h1, h2, h3, h4, h5, h6 { font-weight: bold; color: @grayDark; + text-rendering: optimizelegibility; small { color: @grayLight; } } h1 { - margin-bottom: @baseLineHeight; font-size: 30px; line-height: @baseLineHeight * 2; small { @@ -40,11 +40,11 @@ h2 { font-size: 24px; line-height: @baseLineHeight * 2; small { - font-size: 14px; + font-size: 18px; } } h3 { - line-height: @baseLineHeight * 2; + line-height: @baseLineHeight * 1.5; font-size: 18px; small { font-size: 14px; @@ -74,7 +74,7 @@ h6 { // Unordered and Ordered lists ul, ol { - margin: 0 0 @baseLineHeight 25px; + margin: 0 0 @baseLineHeight / 2 25px; } ul ul, ul ol, @@ -90,7 +90,7 @@ ol { } li { line-height: @baseLineHeight; - color: @gray; + color: @grayDark; } ul.unstyled { list-style: none; @@ -135,6 +135,14 @@ em { color: @grayLight; } +// Abbreviations and acronyms +abbr { + font-size: 90%; + text-transform: uppercase; + border-bottom: 1px dotted #ddd; + cursor: help; +} + // Blockquotes blockquote { margin-bottom: @baseLineHeight; |
