summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-02-21 08:11:23 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-02-21 08:11:23 +0000
commit1aa0fce992e8bbd2c0d4f89e8b0a89ac74cc0cd5 (patch)
tree7f1b906bdb27f9797b752f9e8984fdec91d15b54 /www/style.css
parent8df9cb3fb37bb6ece732d920860960e1154ea2e5 (diff)
downloadrockbox-1aa0fce992e8bbd2c0d4f89e8b0a89ac74cc0cd5.tar.gz
rockbox-1aa0fce992e8bbd2c0d4f89e8b0a89ac74cc0cd5.zip
Don't set font size for A tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3316 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/style.css b/www/style.css
index 7412496cfd..f46da7a404 100644
--- a/www/style.css
+++ b/www/style.css
@@ -28,7 +28,7 @@ H3, div.h5 {
28 font-size: 12pt; 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
32{ 32{
33 text-decoration: none; 33 text-decoration: none;
34 font-family: Verdana,Arial,Helvetica,sans-serif; 34 font-family: Verdana,Arial,Helvetica,sans-serif;