From: x2003augustin Date: Mon, 22 Jan 2007 17:14:58 +0000 (+0000) Subject: Better readability for H2 titles in openweb skin (especially in wiki) X-Git-Tag: xorg/0.9.13~84 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b4ff142e582f9175d33718e5b797693b09e0bf21;p=platal.git 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 --- 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;