summaryrefslogtreecommitdiffstats
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
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
-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 {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: bold;
- font-size: 12pt;
+ font-size: 14pt;
}
H3 {
@@ -25,7 +25,7 @@ H3 {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: bold;
- font-size: 10pt;
+ font-size: 12pt;
}
BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A