From af27f1132b6b484aa2a690c9226c926ba6c5dd26 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sat, 1 Jun 2002 18:12:26 +0000 Subject: Changed h2 h3 font size git-svn-id: svn://svn.rockbox.org/rockbox/trunk@869 a1c6a512-1295-4272-9138-f99709370657 --- www/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') 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 -- cgit v1.2.3