diff options
| author | Mark Otto <[email protected]> | 2012-01-24 16:07:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 16:07:30 -0800 |
| commit | 8ff621aa26dee69088b527089cdd719bce68be31 (patch) | |
| tree | a5727e15d23a12b12f30d8eb8a59f7f241e1324c /lib | |
| parent | 58f7fd308a5c4511cf9a10a12c89d550c469b3f1 (diff) | |
| download | bootstrap-8ff621aa26dee69088b527089cdd719bce68be31.tar.xz bootstrap-8ff621aa26dee69088b527089cdd719bce68be31.zip | |
fix broken index page heading, update variables and less pages
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/type.less | 10 | ||||
| -rw-r--r-- | lib/variables.less | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/lib/type.less b/lib/type.less index 2c6e7db6a..d828ab6c9 100644 --- a/lib/type.less +++ b/lib/type.less @@ -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; diff --git a/lib/variables.less b/lib/variables.less index 0a67521df..674a358bf 100644 --- a/lib/variables.less +++ b/lib/variables.less @@ -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; |
