From 3b026b5065ebe0ae02cb5fad2965c7a3cee1c554 Mon Sep 17 00:00:00 2001 From: nanotube Date: Thu, 15 Sep 2005 05:26:07 +0000 Subject: [PATCH] increased font sizes --- html/stylesheet.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/html/stylesheet.css b/html/stylesheet.css index 0cce0a7..2c3b940 100644 --- a/html/stylesheet.css +++ b/html/stylesheet.css @@ -25,7 +25,7 @@ body { } #main { - font-size: 8pt; + font-size: 11pt; border-left: solid 4px #6464ff; border-right: solid 4px #6464ff; } @@ -62,7 +62,7 @@ body { } #rightmenu a { font-weight: bold; - font-size: 9pt; + font-size: 10pt; color: #000000; } @@ -75,13 +75,13 @@ body { font-weight: bold; margin-top: 0px; padding-top: 0em; - font-size: 7pt; + font-size: 8pt; color: #808080; } h2 { clear: both; font-weight: bold; - font-size: 10pt; + font-size: 12pt; margin-bottom: 0px; margin-top: 1.5em; padding: 0px; @@ -89,7 +89,8 @@ h2 { } h4 { margin-top: 0px; - font-size: 8pt; + padding-left: 10px; + font-size: 11pt; width: 100%; } img.icon { -- 2.45.1