diff options
Diffstat (limited to 'www/style.css')
-rw-r--r-- | www/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css index d03f993947..bc61c14f9b 100644 --- a/www/style.css +++ b/www/style.css @@ -50,6 +50,11 @@ A { line-height: 140%; } +.menutext { + color: #f0f0f0; + font-size: 8pt; +} + .buildok { background-color: #00ff00; width: 3em; @@ -103,3 +108,8 @@ PRE { background-color: #aae8aa; padding: 4px; } + +.bad td { + background-color: #f0c0c0; +} + |