From a25a2d524c5f4e79c100f0ba4b07bbb4feea96d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Fri, 20 Dec 2002 13:06:25 +0000 Subject: [PATCH] Smaller sponsor text to avoid line wrap git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3033 a1c6a512-1295-4272-9138-f99709370657 --- www/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/www/style.css b/www/style.css index e9f6538dc2..7412496cfd 100644 --- a/www/style.css +++ b/www/style.css @@ -20,7 +20,7 @@ H2 { font-size: 14pt; } -H3 { +H3, div.h5 { text-decoration: none; font-family: Verdana,Arial,Helvetica,sans-serif; font-style: normal; @@ -36,6 +36,10 @@ BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A font-size: 10pt; } +P.ind { + margin-left: 3em; +} + A { text-decoration: underline; } @@ -52,7 +56,7 @@ A { .menutext { color: #f0f0f0; - font-size: 8pt; + font-size: 7pt; } .buildok {