aboutsummaryrefslogtreecommitdiff
path: root/lib/type.less
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 /lib/type.less
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 'lib/type.less')
-rw-r--r--lib/type.less11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/type.less b/lib/type.less
index 28d893fb9..4978dd786 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -24,6 +24,7 @@ p {
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
color: @grayDark;
+ text-rendering: optimizelegibility;
small {
color: @grayLight;
}
@@ -39,7 +40,7 @@ h2 {
font-size: 24px;
line-height: @baseLineHeight * 2;
small {
- font-size: 14px;
+ font-size: 18px;
}
}
h3 {
@@ -134,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;