From 5b6699fe4168779df9deeef17b781e138bf9b25f Mon Sep 17 00:00:00 2001 From: helmutm Date: Sat, 28 Aug 2010 09:26:21 +0000 Subject: [PATCH] more CSS improvements git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3978 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/blue/blue8.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/blue/blue8.css b/browser/blue/blue8.css index d473572..bf8889b 100644 --- a/browser/blue/blue8.css +++ b/browser/blue/blue8.css @@ -22,9 +22,9 @@ blockquote, q {quotes:"" "";} a img {border:none;} /* typography.css */ -html {font-size:14px;} +html {font-size:14.2px;} body {font-size:95%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;} -h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;} +h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;font-weight:bold} h1 {font-size:3em;line-height:1;margin-bottom:0.5em;} h2 {font-size:2em;margin-bottom:0.75em;} h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}