[Checkins] SVN: grok/www/resources/grok.css Fixed css to re-style links excepting contents listing

Darryl Cousins darryl at darrylcousins.net.nz
Thu Mar 29 10:59:55 EDT 2007


Log message for revision 73915:
  Fixed css to re-style links excepting contents listing

Changed:
  U   grok/www/resources/grok.css

-=-
Modified: grok/www/resources/grok.css
===================================================================
--- grok/www/resources/grok.css	2007-03-29 14:08:11 UTC (rev 73914)
+++ grok/www/resources/grok.css	2007-03-29 14:59:54 UTC (rev 73915)
@@ -224,11 +224,12 @@
     font-family:"Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
 }
 
-a.reference {
-    color: #303030;
+/* style the contents listing as it was */
+div.contents ul.simple a.reference {
+    color: #707070;
     text-decoration: none;
 }
 
-a.reference:hover {
+div.contents ul.simple a.reference:hover {
     border-bottom: 1px dotted #FAC079;
 }



More information about the Checkins mailing list