From 1aa0fce992e8bbd2c0d4f89e8b0a89ac74cc0cd5 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 21 Feb 2003 08:11:23 +0000 Subject: Don't set font size for A tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3316 a1c6a512-1295-4272-9138-f99709370657 --- www/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/style.css') 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; -- cgit v1.2.3