[dev] CSS fix
John Morrissey
jwm at horde.net
Sun Feb 16 16:15:37 PST 2003
The attached patch fixes the hover color on small headers (I think this is
what it meant to say).
john
--
John Morrissey _o /\ ---- __o
jwm at horde.net _-< \_ / \ ---- < \,
www.horde.net/ __(_)/_(_)________/ \_______(_) /_(_)__
-------------- next part --------------
Index: config/html.php.dist
===================================================================
RCS file: /repository/horde/config/html.php.dist,v
retrieving revision 1.44
diff -u -u -r1.44 html.php.dist
--- config/html.php.dist 3 Feb 2003 09:40:33 -0000 1.44
+++ config/html.php.dist 16 Feb 2003 21:12:30 -0000
@@ -92,7 +92,7 @@
$css['.smallheader']['background-color'] = '#444466';
$css['.smallheader']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
$css['.smallheader']['font-size'] = '12px';
-$css['.smallheader a:hover']['color'] = 'white';
+$css['a.smallheader:hover']['color'] = 'white';
$css['.small']['color'] = '#aaaacc';
$css['.small']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
More information about the dev
mailing list