Module: bugzilla Branch: master Commit: 2d6af228194c608203130db6130441afd44fed92 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=2d6af228194c608203130d...
Author: Jeremy Newman jnewman@codeweavers.com Date: Tue Dec 9 13:31:01 2008 -0600
hovers on sidebar should not change font wieght
---
styles.css | 49 +------------------------------------------------ 1 files changed, 1 insertions(+), 48 deletions(-)
diff --git a/styles.css b/styles.css index 8cd0397..3f0712d 100644 --- a/styles.css +++ b/styles.css @@ -137,7 +137,7 @@ BODY { background-repeat: no-repeat; } #sidebar A { font-size: 10px; color: white; text-decoration: none; } -#sidebar A:hover { font-size: 10px; color: #ffcfcf; text-decoration: underline; font-weight: bold; } +#sidebar A:hover { font-size: 10px; text-decoration: underline; }
/* main content well */ #main_content { @@ -162,17 +162,6 @@ BODY { display: inline; }
-/* Language Select */ -#langsel { - clear: both; - color: #ffffff; - text-align: left; - margin: 0 0 0 110px; - font-size: 8pt; - } -#langsel A { color: #ffffff; text-decoration: none; } -#langsel A:hover { color: red; text-decoration: underline; } - /* footer */ #cwfooter { clear: both; @@ -182,20 +171,6 @@ BODY { } #cwfooter IMG { vertical-align: middle; }
-/* debug log */ -#debug_log -{ - clear: both; - height: 150px; - margin: 10px; - border: 2px inset #999999; - font-family: monospace, sans-serif; - color: #c0c0c0; - background-color: #090909; - overflow: auto; - font-size: 10px; -} - /* header text */ H1.title { color: #A50D0D; border-bottom: 1px solid #A50D0D; margin: 0px; } H3.title { color: #A50D0D; border-bottom: 1px solid #A50D0D; margin: 0px; } @@ -254,28 +229,6 @@ div.rbox b.r3 { margin: 0 2px; } div.rbox b.rtop b.r4, b.rbottom b.r4 { margin: 0 1px; height: 2px} div.rbox div.content { margin: 0; background-color: #FFFFFF; }
-/* WWN Colors */ -.wwn TABLE { margin: 0px; padding: 0px; border-spacing: 0; } -.wwn TH { color: #A50D0D; border-bottom: 1px solid #A50D0D; margin: 5px 0 5px 0; padding: 5px 0 5px 0; text-align: left; } -.wwnQuote { color: #A8003C; } -p.indent { padding-left: 1em; padding-right: 1em;} - -/* RSS Feed Links */ -ul.rss { - list-style: none; - padding: 0 0 0 2px; - margin: 0; -} -ul.rss li { - background: url("./images/feed.gif") no-repeat 0 1px; - padding: 0px 0 0px 0px; - height: 18px; -} -ul.rss li a { - font-size: 8pt; - padding: 0 0 0 18px; -} - /* template navigation links */ .link-container { position: relative; height: 1.2em; } .link-container p { position: absolute; width: 50%; margin: 0; }