diff options
| author | Mark Otto <[email protected]> | 2012-03-10 16:01:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-10 16:01:06 -0800 |
| commit | 1dbb942d5b7b9a9893cca20b983cee060bfe8313 (patch) | |
| tree | d575bf74026ae12de542214678a4c75fcb41d10f /docs/assets/css/bootstrap.css | |
| parent | 95a3cd87325fcd475478557e6c79a7e84865e56f (diff) | |
| download | bootstrap-1dbb942d5b7b9a9893cca20b983cee060bfe8313.tar.xz bootstrap-1dbb942d5b7b9a9893cca20b983cee060bfe8313.zip | |
massive update to customize page to include all the new variables (and ensure they're being used in the .less files)
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 02ab012c4..3410818d2 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -124,7 +124,7 @@ a { text-decoration: none; } a:hover { - color: #006699; + color: #005580; text-decoration: underline; } .row { @@ -2601,8 +2601,8 @@ input[type="submit"].btn.btn-small { } .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret { - border-top-color: #006699; - border-bottom-color: #006699; + border-top-color: #005580; + border-bottom-color: #005580; } .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret { @@ -3901,7 +3901,7 @@ a.thumbnail:hover { .hero-unit { padding: 60px; margin-bottom: 30px; - background-color: #f5f5f5; + background-color: #eeeeee; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; @@ -3910,12 +3910,14 @@ a.thumbnail:hover { margin-bottom: 0; font-size: 60px; line-height: 1; + color: inherit; letter-spacing: -1px; } .hero-unit p { font-size: 18px; font-weight: 200; line-height: 27px; + color: inherit; } .pull-right { float: right; |
