diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-02-21 15:47:18 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-02-21 15:47:18 +0000 |
commit | a66fb3a902d62a18c60711b4bdd65610468dc787 (patch) | |
tree | 0cdbd14b6a1a1fe90f080bd46c92760572568133 | |
parent | 86e315e2b4f169680cafec58dab24f9e4ad1b0df (diff) | |
download | brdo-a66fb3a902d62a18c60711b4bdd65610468dc787.tar.gz brdo-a66fb3a902d62a18c60711b4bdd65610468dc787.tar.bz2 |
changed small/big fontsizes to uneven
-rw-r--r-- | themes/unconed/unconed.theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 01f2834a7..7dd19c09a 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -41,8 +41,8 @@ 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"> |