diff options
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; |
