Differences From:
File
src/style.c
part of check-in
[f8831f447a]
- Allow Admin user to changes user information. Add a "User" link on the
main menu for Admin users.
by
drh on
2008-07-19 16:03:02.
[view]
To:
File
src/style.c
part of check-in
[070e63db33]
- Merge old tagview branch into this branch
by
eric on
2008-08-17 20:53:20.
[view]
@@ -327,8 +327,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; }
@
@ /* <verbatim> blocks */
@ pre.verbatim {
@ background-color: #f5f5f5;