Changeset 3401
- Timestamp:
- May 29, 2007, 8:47:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/include/styles/help.css
r3331 r3401 93 93 } 94 94 95 .helptext .note, .helptext .tip, .helptext .important {95 .helptext .note, .helptext .tip, .helptext .important, .helptext .warning { 96 96 margin: 1em; 97 97 padding: 0.5em; 98 98 border: 1px solid gray; 99 99 background-color: #f8f8e0; 100 } 101 102 .helptext .warning .title { 103 color: #cc0000; 100 104 } 101 105
Note: See TracChangeset
for help on using the changeset viewer.