From ca88038d3281bc25c97168e48856d4348d151fc4 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sun, 13 May 2007 06:17:38 +0000 Subject: [PATCH] loops.css improvement git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1727 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/loops.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/browser/loops.css b/browser/loops.css index 813d253..52ac692 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -27,26 +27,27 @@ pre { margin-left: 5px; } -.content-1 h1 { +/*.content-1 h1 { */ +h1 { font-size: 160%; font-weight: bold; } -.content-2 h1, .content-1 h2, .content-1 h3 { +.content-2 h1, h2 { + font-size: 140%; +} + +.content-3 h1, .content-2 h2, h3 { font-size: 130%; font-weight: bold; } -.content-3 h1, .content-2 h2, .content-2 h3 { - font-size: 120%; -} - -.content-4 h1, .content-3 h2, .content-3 h3 { +.content-4 h1, .content-3 h2, .content-2 h3, h4 { font-size: 110%; border: none; } -.content-5 h1, .content-4 h2, .content-4 h3 { +.content-5 h1, .content-4 h2, .content-3 h3, content-2 h4 { font-size: 100%; border: none; }