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

fix broken index page heading, update variables and less pages

This commit is contained in:
Mark Otto
2012-01-24 16:07:30 -08:00
parent 58f7fd308a
commit 8ff621aa26
9 changed files with 480 additions and 385 deletions
+7 -3
View File
@@ -175,6 +175,7 @@ blockquote {
}
}
// Quotes
q:before,
q:after,
blockquote:before,
@@ -195,13 +196,16 @@ code,
pre {
padding: 0 3px 2px;
#font > #family > .monospace;
font-size: 12px;
font-size: @baseFontSize - 2;
color: @grayDark;
.border-radius(3px);
}
code {
padding: 1px 3px;
padding: 3px 4px;
background-color: lighten(@orange, 40%);
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
pre {
display: block;
@@ -210,7 +214,7 @@ pre {
font-size: 12px;
line-height: @baseLineHeight;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid #ccc; // fallback for IE7-8
border: 1px solid rgba(0,0,0,.15);
.border-radius(4px);
white-space: pre;
+3 -3
View File
@@ -9,7 +9,7 @@
// Links
@linkColor: #08c;
@linkColorHover: darken(@linkColor, 15);
@linkColorHover: darken(@linkColor, 15%);
// Grays
@black: #000;
@@ -21,8 +21,8 @@
@white: #fff;
// Accent colors
@blue: #049CDB;
@blueDark: #0064CD;
@blue: #049cdb;
@blueDark: #0064cd;
@green: #46a546;
@red: #9d261d;
@yellow: #ffc40d;