From: web Date: Tue, 30 Jan 2007 15:54:45 +0000 (+0000) Subject: Bugfix - titles on two lines make the header two high (mYk) X-Git-Tag: xorg/0.9.13~34 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=0c0d2f80eddcda0071f5ad49f723b559a87e5263;p=platal.git Bugfix - titles on two lines make the header two high (mYk) git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.13@1437 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/htdocs/css/nl.css b/htdocs/css/nl.css index b1347a2..6350f51 100644 --- a/htdocs/css/nl.css +++ b/htdocs/css/nl.css @@ -48,7 +48,7 @@ div.nl a[href]:hover { div.nl div.title { margin : 0 0 3ex; - padding : 5.5ex 1ex 1ex 15ex; + padding : 4.5ex 1ex 1ex 15ex; font-size : 130%; font-weight : bold; text-align : right;