diff options
Diffstat (limited to 'www/ice/ice.css')
-rw-r--r-- | www/ice/ice.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/ice/ice.css b/www/ice/ice.css index 347fda6..f019cc0 100644 --- a/www/ice/ice.css +++ b/www/ice/ice.css @@ -33,7 +33,7 @@ input { border: 1px solid #ccc; } hr { - background-color: #ff9933; + background-color: white; height: 3px; } .error { @@ -49,6 +49,10 @@ input.error,select.error,textarea.error { .mute { color: #777; } +.header { + background: #cccccc; + font-weight: bold; +} pre { font-family: monospace; font-size: 10pt; |