From b4ff142e582f9175d33718e5b797693b09e0bf21 Mon Sep 17 00:00:00 2001 From: x2003augustin Date: Mon, 22 Jan 2007 17:14:58 +0000 Subject: [PATCH] Better readability for H2 titles in openweb skin (especially in wiki) git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1387 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs/css/openweb.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index f036be3..281faa1 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -101,8 +101,9 @@ h1 { h2 { color: #369; + font-size: 115%; padding: 0px 4px; - margin: 0.5em 0em; + margin: 1em 0em 0.5em 0em; font-size: 110%; font-weight: bold; border-bottom: 1px dotted #369; -- 2.1.4