From 6c3cd6fd9d0c35d1d033dd97d22ec44cf74d0021 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 20 Sep 2012 09:06:43 -0700 Subject: fixes #5212: text emphasis classes only get hover with links --- docs/assets/css/bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d4d4e031f..fc9190fbe 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -618,7 +618,7 @@ cite { color: #c09853; } -.text-warning:hover { +a.text-warning:hover { color: #a47e3c; } @@ -626,7 +626,7 @@ cite { color: #b94a48; } -.text-error:hover { +a.text-error:hover { color: #953b39; } @@ -634,7 +634,7 @@ cite { color: #3a87ad; } -.text-info:hover { +a.text-info:hover { color: #2d6987; } @@ -642,7 +642,7 @@ cite { color: #468847; } -.text-success:hover { +a.text-success:hover { color: #356635; } -- cgit v1.2.3