Fossil SCM

Added 'achtung' class. See the code comments.

stephan 2008-02-04 17:26 trunk
Commit b5b04dcf853b627e2a85fc071bfbc800ee2fa17b
1 file changed +10
+10
--- src/style.c
+++ src/style.c
@@ -328,10 +328,20 @@
328328
@ table.label-value th {
329329
@ vertical-align: top;
330330
@ text-align: right;
331331
@ padding: 0.2ex 2ex;
332332
@ }
333
+@
334
+@ /* For marking important UI elements which shouldn't be
335
+@ lightly dismissed. I mainly use it to mark "not yet
336
+@ implemented" parts of a page. Whether or not to have
337
+@ a 'border' attribute set is arguable. */
338
+@ .achtung {
339
+@ color: #ff0000;
340
+@ background: #ffff00;
341
+@ border: 1px solid #ff0000;
342
+@ }
333343
;
334344
335345
/*
336346
** WEBPAGE: style.css
337347
*/
338348
--- src/style.c
+++ src/style.c
@@ -328,10 +328,20 @@
328 @ table.label-value th {
329 @ vertical-align: top;
330 @ text-align: right;
331 @ padding: 0.2ex 2ex;
332 @ }
 
 
 
 
 
 
 
 
 
 
333 ;
334
335 /*
336 ** WEBPAGE: style.css
337 */
338
--- src/style.c
+++ src/style.c
@@ -328,10 +328,20 @@
328 @ table.label-value th {
329 @ vertical-align: top;
330 @ text-align: right;
331 @ padding: 0.2ex 2ex;
332 @ }
333 @
334 @ /* For marking important UI elements which shouldn't be
335 @ lightly dismissed. I mainly use it to mark "not yet
336 @ implemented" parts of a page. Whether or not to have
337 @ a 'border' attribute set is arguable. */
338 @ .achtung {
339 @ color: #ff0000;
340 @ background: #ffff00;
341 @ border: 1px solid #ff0000;
342 @ }
343 ;
344
345 /*
346 ** WEBPAGE: style.css
347 */
348

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button