From d251658f551583d7059bc7700474b60f20e4409f Mon Sep 17 00:00:00 2001 From: helmutm Date: Mon, 13 Jul 2009 09:50:04 +0000 Subject: [PATCH] reduce font size for headlines git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3455 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/loops.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/loops.css b/browser/loops.css index 9bb71e9..ddd853e 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -186,19 +186,19 @@ fieldset.box td { } .content-2 h1, .content-1 h2, h2 { - font-size: 170%; + font-size: 160%; font-weight: normal; padding-top: 0.5em; } .content-3 h1, .content-2 h2, .content-1 h3, h3 { - font-size: 160%; + font-size: 140%; font-weight: normal; padding-top: 0.4em; } .content-4 h1, .content-3 h2, .content-2 h3, .content-1 h4, h4 { - font-size: 140%; + font-size: 130%; font-weight: normal; padding-top: 0.3em; }