aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-20 01:51:06 -0700
committerMark Otto <[email protected]>2011-08-20 01:51:06 -0700
commit261a473a72b321b827e3e4cf55167a761af1916b (patch)
treeb2c3c6fda3a7bd80d04f183125528399b84827c2 /lib
parent4a567fcb10a835bac16f195c93bc64f9546981bf (diff)
downloadbootstrap-261a473a72b321b827e3e4cf55167a761af1916b.tar.xz
bootstrap-261a473a72b321b827e3e4cf55167a761af1916b.zip
adding more details on browser support, adding snippet of about text, changed p tags to have half the bottom margin
Diffstat (limited to 'lib')
-rw-r--r--lib/type.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/type.less b/lib/type.less
index e2f745b26..96a2310b1 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -8,7 +8,7 @@
p {
#font > .shorthand(normal,@basefont,@baseline);
- margin-bottom: @baseline;
+ margin-bottom: @baseline / 2;
small {
font-size: 11px;
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;