diff options
| author | Mark Otto <[email protected]> | 2011-08-20 20:19:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-20 20:19:03 -0700 |
| commit | 2fcb67777a238581cd9c649c5455ca78c8370926 (patch) | |
| tree | 89261f23a5f7f4572eefe3ad8d065e83bb63a816 /lib/type.less | |
| parent | a3caafb97e1da20ad07cb83206353fcf344bc373 (diff) | |
| parent | 72899a4ee8f9c3b75ba5e015d6c88f5154705c62 (diff) | |
| download | bootstrap-2fcb67777a238581cd9c649c5455ca78c8370926.tar.xz bootstrap-2fcb67777a238581cd9c649c5455ca78c8370926.zip | |
merging in misc fixes to docs and css from other branch
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/type.less b/lib/type.less index 2e330f9a1..1091d149b 100644 --- a/lib/type.less +++ b/lib/type.less @@ -8,9 +8,9 @@ p { #font > .shorthand(normal,@basefont,@baseline); - margin-bottom: @baseline; + margin-bottom: @baseline / 2; small { - font-size: 11px; + font-size: @basefont - 2; color: @grayLight; } } @@ -142,7 +142,7 @@ blockquote { #font > .shorthand(300,14px,@baseline); margin-bottom: 0; } - small, cite { + small { display: block; #font > .shorthand(300,12px,@baseline); color: @grayLight; @@ -178,6 +178,7 @@ pre { margin: 0 0 @baseline; line-height: @baseline; font-size: 12px; + border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); .border-radius(3px); white-space: pre-wrap; |
