summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-10-01 06:17:18 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-10-01 06:17:18 +0000
commit3147b085bd521f509dc5fc1fcd3a38ae4eb97cf6 (patch)
treeb4c406d0547c467966815c55466b1eef6c77477e /www/style.css
parent9ff3f03453820de33e88bc697b2cbe98e4642039 (diff)
downloadrockbox-3147b085bd521f509dc5fc1fcd3a38ae4eb97cf6.zip
rockbox-3147b085bd521f509dc5fc1fcd3a38ae4eb97cf6.tar.gz
rockbox-3147b085bd521f509dc5fc1fcd3a38ae4eb97cf6.tar.bz2
rockbox-3147b085bd521f509dc5fc1fcd3a38ae4eb97cf6.tar.xz
Minor changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5138 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css21
1 files changed, 13 insertions, 8 deletions
diff --git a/www/style.css b/www/style.css
index b0e476a..225be8d 100644
--- a/www/style.css
+++ b/www/style.css
@@ -6,34 +6,39 @@ BODY {
H1 {
text-decoration: none;
- font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-family: sans-serif;
font-style: normal;
font-weight: bold;
- font-size: 20pt;
+ font-size: 150%;
}
H2 {
text-decoration: none;
- font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-family: sans-serif;
font-style: normal;
font-weight: bold;
- font-size: 14pt;
+ font-size: 130%;
}
H3, div.h5, .newsdate {
text-decoration: none;
- font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-family: sans-serif;
font-style: normal;
font-weight: bold;
- font-size: 12pt;
+ font-size: 110%;
}
BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT
{
text-decoration: none;
- font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-family: sans-serif;
font-style: normal;
- font-size: 10pt;
+# font-size: 95%;
+ font-size: 13px;
+}
+
+LI {
+ margin-top: 3px;
}
P.ind {