summaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'default.css')
-rw-r--r--default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.css b/default.css
index a2c972b..b19bdf7 100644
--- a/default.css
+++ b/default.css
@@ -192,6 +192,9 @@ h1 {
font-style: normal;
font-weight: bold;
color: #2f2e32;
+
+ /* Setting a background color fixes a strange hover issue with IE 7 */
+ background-color: #cba083;
}
#sidebar .section li a:hover {