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:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user