Check-in [89a2d5e899]
Not logged in
Overview

SHA1 Hash:89a2d5e899a57414e00a5f88fdc4eb7853422b23
Date: 2008-02-20 17:13:52
User: stephan
Comment:made hyperlinks in the footer div less ugly.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/style.c from [72a7644b27] to [bd821bc57b].

@@ -321,10 +321,16 @@
 @   padding: 5px 10px 5px 10px;
 @   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;
 @   text-align: right;