Diff
Not logged in

Differences From:

File src/style.c part of check-in [6f05b4292a] - Added /admin/sql page. Added a 'const' to db_generic_query_view() by stephan on 2008-02-05 00:01:44. [view]

To:

File src/style.c part of check-in [89a2d5e899] - made hyperlinks in the footer div less ugly. by stephan on 2008-02-20 17:13:52. [view]

@@ -322,8 +322,14 @@
 @   text-align: right;
 @   background-color: #558195;
 @   color: white;
 @ }
+@
+@ /* Make the links in the footer less ugly... */
+@ div.footer a { color: white; }
+@ div.footer a:link { color: white; }
+@ div.footer a:visited { color: white; }
+@ div.footer a:hover { background-color: white; color: #558195; }
 @
 @ /* The label/value pairs on (for example) the vinfo page */
 @ table.label-value th {
 @   vertical-align: top;