Module: appdb Branch: master Commit: 270b65b0f8d4ebd39f67dab9e4458f994cc8b371 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=270b65b0f8d4ebd39f67dab9e...
Author: Jeremy Newman jnewman@codeweavers.com Date: Tue Dec 9 13:31:40 2008 -0600
hover on sidebar should not change font weight
---
styles.css | 38 +------------------------------------- 1 files changed, 1 insertions(+), 37 deletions(-)
diff --git a/styles.css b/styles.css index 0013964..c1faa70 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 { @@ -182,20 +182,6 @@ BODY { } #footer 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 +240,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; }