From 1dbb942d5b7b9a9893cca20b983cee060bfe8313 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Mar 2012 16:01:06 -0800 Subject: massive update to customize page to include all the new variables (and ensure they're being used in the .less files) --- docs/assets/css/bootstrap.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/assets/css/bootstrap.css') 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; -- cgit v1.2.3