From 33401e52d92bfcdc06a48aef2b652c0e749f9b6b Mon Sep 17 00:00:00 2001 From: helmutm Date: Sun, 8 Aug 2010 07:04:07 +0000 Subject: [PATCH] show upper-level headlines as bold git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3934 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/loops.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/browser/loops.css b/browser/loops.css index e01ed6f..622e04d 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -209,18 +209,22 @@ fieldset.box td { .content-1 h1, h1 { font-size: 180%; + font-weight: bold; + color: #444; padding-top: 0.6em; } .content-2 h1, .content-1 h2, h2 { font-size: 160%; - font-weight: normal; + font-weight: bold; + color: #444; padding-top: 0.5em; } .content-3 h1, .content-2 h2, .content-1 h3, h3 { font-size: 140%; - font-weight: normal; + font-weight: bold; + color: #444; padding-top: 0.4em; }