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.tar.gz
rockbox-3147b085bd521f509dc5fc1fcd3a38ae4eb97cf6.zip
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 b0e476a0b0..225be8d171 100644
--- a/www/style.css
+++ b/www/style.css
@@ -6,34 +6,39 @@ BODY {
6 6
7H1 { 7H1 {
8 text-decoration: none; 8 text-decoration: none;
9 font-family: Verdana,Arial,Helvetica,sans-serif; 9 font-family: sans-serif;
10 font-style: normal; 10 font-style: normal;
11 font-weight: bold; 11 font-weight: bold;
12 font-size: 20pt; 12 font-size: 150%;
13} 13}
14 14
15H2 { 15H2 {
16 text-decoration: none; 16 text-decoration: none;
17 font-family: Verdana,Arial,Helvetica,sans-serif; 17 font-family: sans-serif;
18 font-style: normal; 18 font-style: normal;
19 font-weight: bold; 19 font-weight: bold;
20 font-size: 14pt; 20 font-size: 130%;
21} 21}
22 22
23H3, div.h5, .newsdate { 23H3, div.h5, .newsdate {
24 text-decoration: none; 24 text-decoration: none;
25 font-family: Verdana,Arial,Helvetica,sans-serif; 25 font-family: sans-serif;
26 font-style: normal; 26 font-style: normal;
27 font-weight: bold; 27 font-weight: bold;
28 font-size: 12pt; 28 font-size: 110%;
29} 29}
30 30
31BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT 31BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT
32{ 32{
33 text-decoration: none; 33 text-decoration: none;
34 font-family: Verdana,Arial,Helvetica,sans-serif; 34 font-family: sans-serif;
35 font-style: normal; 35 font-style: normal;
36 font-size: 10pt; 36# font-size: 95%;
37 font-size: 13px;
38}
39
40LI {
41 margin-top: 3px;
37} 42}
38 43
39P.ind { 44P.ind {