From a66fb3a902d62a18c60711b4bdd65610468dc787 Mon Sep 17 00:00:00 2001 From: Steven Wittens <steven@10.no-reply.drupal.org> Date: Wed, 21 Feb 2001 15:47:18 +0000 Subject: [PATCH] changed small/big fontsizes to uneven --- themes/unconed/unconed.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 01f2834a7a98..7dd19c09ac0d 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -41,8 +41,8 @@ function header() { TD { border-width: 0; font-size: 9pt; font-family: verdana,helvetica,arial; } P,UL,LI,DIV,FORM,EM,BLOCKQUOTE { font-size: 9pt; font-family: verdana,helvetica,arial; } BODY { margin: 10px; font-size: 9pt; font-family: verdana,helvetica,arial; } - SMALL { font-size: 8pt; } - BIG { font-size: 10pt; } + SMALL { font-size: 7pt; } + BIG { font-size: 11pt; } --> </STYLE> <BODY TEXT="#000000" BGCOLOR="<? print $this->clc0; ?>" ALINK="#000000" LINK="#404040" VLINK="#404040" MARGINHEIGHT="10" MARGINWIDTH="10"> -- GitLab