Diff
Not logged in

Differences From:

File src/style.c part of check-in [e487b77b1a] - Add file and directory browsing capabilities to the web interface. by drh on 2008-02-04 02:45:55. [view]

To:

File src/style.c part of check-in [b5b04dcf85] - Added 'achtung' class. See the code comments. by stephan on 2008-02-04 17:26:00. [view]

@@ -328,8 +328,18 @@
 @ 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;
 @ }
 ;
 
 /*