Differences From:
File
src/style.c
part of check-in
[007d0a9b3f]
- Add a new "Skins" configuration page that allows the look and feel of the
web interface to be changed to one of several prototypes at the click of
a button. Currently, there are only two built-in prototypes.
by
drh on
2009-12-19 21:04:29.
[view]
To:
File
src/style.c
part of check-in
[5a5d7e1f90]
- Add a black & white skin with the main menu down the left margin.
by
drh on
2009-12-20 17:53:20.
Also file
src/style.c
part of check-in
[76bc05d739]
- merge with trunk
by
btheado on
2009-12-30 20:33:59.
[view]
@@ -361,9 +361,9 @@
@ background-color: #558195;
@ color: white;
@ }
@
-@ /* Hyperlink colors */
+@ /* Hyperlink colors in the footer */
@ 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; }