2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

adding more details on browser support, adding snippet of about text, changed p tags to have half the bottom margin

This commit is contained in:
Mark Otto
2011-08-20 01:51:06 -07:00
parent 4a567fcb10
commit 261a473a72
5 changed files with 112 additions and 104 deletions
+2 -1
View File
@@ -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;