summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/www/style.css b/www/style.css
index 8daab6fa6a..35add1ba48 100644
--- a/www/style.css
+++ b/www/style.css
@@ -33,7 +33,6 @@ BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT
33 text-decoration: none; 33 text-decoration: none;
34 font-family: sans-serif; 34 font-family: sans-serif;
35 font-style: normal; 35 font-style: normal;
36# font-size: 95%;
37 font-size: 13px; 36 font-size: 13px;
38} 37}
39 38
@@ -54,7 +53,7 @@ pre {
54} 53}
55 54
56.bgbox { 55.bgbox {
57 left-border-width: 1px; 56 border-left: 1px;
58 border-color: #000000; 57 border-color: #000000;
59} 58}
60 59
@@ -151,7 +150,7 @@ td.fgood {
151} 150}
152 151
153td.fbad { 152td.fbad {
154 background-color: #f0c0c0; 153 background-color: #f0a0a0;
155} 154}
156 155
157td.toolscat { 156td.toolscat {
@@ -209,3 +208,9 @@ td.toolscat {
209.blink:hover { 208.blink:hover {
210 text-decoration: underline; 209 text-decoration: underline;
211} 210}
211
212.devcon {
213 color: #ff0;
214 font-weight: bold;
215 font-size: 10px;
216} \ No newline at end of file