2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

fix up docs to use default container, fix responsive home changes

This commit is contained in:
Mark Otto
2012-07-07 23:16:07 -07:00
parent 3f2f96b0d7
commit 5f861ef517
14 changed files with 309 additions and 417 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ code,
pre {
padding: 0 3px 2px;
#font > #family > .monospace;
font-size: @baseFontSize - 1;
font-size: @baseFontSize - 2;
color: @grayDark;
.border-radius(3px);
}
@@ -26,7 +26,7 @@ pre {
display: block;
padding: (@baseLineHeight - 1) / 2;
margin: 0 0 @baseLineHeight / 2;
font-size: @baseFontSize * .925; // 13px to 12px
font-size: @baseFontSize - 2; // 14px to 12px
line-height: @baseLineHeight;
word-break: break-all;
word-wrap: break-word;