Diff
Not logged in

Differences From:

File src/style.c part of check-in [6009ff325f] - changed a two-part/closed BR tag to avoid a warning from HTML syntax verifiers. by stephan on 2009-12-07 18:34:04. Also file src/style.c part of check-in [1c2d878d12] - Merge with trunk by btheado on 2009-12-13 01:16:13. [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;
 @ }
 @
-@ /* Make the links in the footer less ugly... */
+@ /* 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; }
@@ -378,23 +378,8 @@
 @ table.label-value th {
 @   vertical-align: top;
 @   text-align: right;
 @   padding: 0.2ex 2ex;
-@ }
-@
-@ /* For marking important UI elements which shouldn't be
-@    lightly dismissed. I mainly use it to mark "not yet
-@    implemented" parts of a page. Whether or not to have
-@    a 'border' attribute set is arguable. */
-@ .achtung {
-@   color: #ff0000;
-@   background: #ffff00;
-@   border: 1px solid #ff0000;
-@ }
-@
-@ div.miniform {
-@     font-size: smaller;
-@     margin: 8px;
 @ }
 ;
 
 /*