summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/www/style.css b/www/style.css
index eaad1e3833..8bc9965091 100644
--- a/www/style.css
+++ b/www/style.css
@@ -42,7 +42,7 @@ A {
42 42
43.bgbox { 43.bgbox {
44 left-border-width: 1px; 44 left-border-width: 1px;
45 border-color: black; 45 border-color: #000000;
46} 46}
47 47
48.menulink { 48.menulink {
@@ -56,7 +56,7 @@ A {
56} 56}
57 57
58.buildwarn { 58.buildwarn {
59 background-color: yellow; 59 background-color: #ffff00;
60 width: 3em; 60 width: 3em;
61} 61}
62 62
@@ -66,5 +66,18 @@ A {
66} 66}
67 67
68.gccwarn { 68.gccwarn {
69 color: #ff4040;
70}
71
72.gccerror {
69 color: #ff0000; 73 color: #ff0000;
70} \ No newline at end of file 74}
75
76.changetable, .bugs, .dailymod {
77 border: outset 2px #ffffff;
78}
79
80.changetable td, .bugs td {
81 background-color: #c6d6f5;
82 padding: 4px;
83}