Overview
SHA1 Hash: | b5b04dcf853b627e2a85fc071bfbc800ee2fa17b |
---|---|
Date: | 2008-02-04 17:26:00 |
User: | stephan |
Comment: | Added 'achtung' class. See the code comments. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/style.c from [568edbeaaf] to [43e5c4a59d].
@@ -327,10 +327,20 @@ @ /* The label/value pairs on (for example) the vinfo page */ @ 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; @ } ; /* ** WEBPAGE: style.css