summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/style.css b/www/style.css
index e9f6538dc2..7412496cfd 100644
--- a/www/style.css
+++ b/www/style.css
@@ -20,7 +20,7 @@ H2 {
20 font-size: 14pt; 20 font-size: 14pt;
21} 21}
22 22
23H3 { 23H3, div.h5 {
24 text-decoration: none; 24 text-decoration: none;
25 font-family: Verdana,Arial,Helvetica,sans-serif; 25 font-family: Verdana,Arial,Helvetica,sans-serif;
26 font-style: normal; 26 font-style: normal;
@@ -36,6 +36,10 @@ BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A
36 font-size: 10pt; 36 font-size: 10pt;
37} 37}
38 38
39P.ind {
40 margin-left: 3em;
41}
42
39A { 43A {
40 text-decoration: underline; 44 text-decoration: underline;
41} 45}
@@ -52,7 +56,7 @@ A {
52 56
53.menutext { 57.menutext {
54 color: #f0f0f0; 58 color: #f0f0f0;
55 font-size: 8pt; 59 font-size: 7pt;
56} 60}
57 61
58.buildok { 62.buildok {