summaryrefslogtreecommitdiffstats
path: root/www
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
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')
-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 {
font-size: 12pt;
}
-BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A
+BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT
{
text-decoration: none;
font-family: Verdana,Arial,Helvetica,sans-serif;