From b230d8bc5ede8b97c46f02d3b13717ca307903ef Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 23 Sep 2011 17:40:05 +0000 Subject: [PATCH] fix git-svn-id: http://www.observium.org/svn/observer/trunk@2569 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/css/styles.css b/html/css/styles.css index 493d6b603..7ecbe970b 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1296,6 +1296,7 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover { float: left; height: 1.7em; line-height: 1.7em; + font-weight: bold; -webkit-border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; @@ -1303,7 +1304,7 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover { border: 1px solid #CCC; border-bottom: 0; padding: 0 8px; - color: #000; + color: #666; text-decoration: none; behavior: url(/css/PIE.htc); }