summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-01 18:12:26 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-01 18:12:26 +0000
commitaf27f1132b6b484aa2a690c9226c926ba6c5dd26 (patch)
tree9e33da743a089d92c46ad855a91e96b50c10255c /www
parent5dc8ccf5986a806337b1e71fba9b2f80bd7de479 (diff)
downloadrockbox-af27f1132b6b484aa2a690c9226c926ba6c5dd26.tar.gz
rockbox-af27f1132b6b484aa2a690c9226c926ba6c5dd26.zip
Changed h2 h3 font size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@869 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/style.css b/www/style.css
index 6bf88b0144..8c97df4eeb 100644
--- a/www/style.css
+++ b/www/style.css
@@ -17,7 +17,7 @@ H2 {
17 font-family: Verdana,Arial,Helvetica,sans-serif; 17 font-family: Verdana,Arial,Helvetica,sans-serif;
18 font-style: normal; 18 font-style: normal;
19 font-weight: bold; 19 font-weight: bold;
20 font-size: 12pt; 20 font-size: 14pt;
21} 21}
22 22
23H3 { 23H3 {
@@ -25,7 +25,7 @@ H3 {
25 font-family: Verdana,Arial,Helvetica,sans-serif; 25 font-family: Verdana,Arial,Helvetica,sans-serif;
26 font-style: normal; 26 font-style: normal;
27 font-weight: bold; 27 font-weight: bold;
28 font-size: 10pt; 28 font-size: 12pt;
29} 29}
30 30
31BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A 31BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A