From 5a65d954619821dea584b482802c154c26c47127 Mon Sep 17 00:00:00 2001 From: x2003augustin Date: Sat, 27 Jan 2007 11:06:50 +0000 Subject: [PATCH] fix a bug with the default skin (and other skins who set a background for h1/h2) git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1410 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs/css/nl.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/css/nl.css b/htdocs/css/nl.css index a8e3e52..27979fe 100644 --- a/htdocs/css/nl.css +++ b/htdocs/css/nl.css @@ -78,6 +78,7 @@ div.nl h1.xorg_nl { font-size : 120%; font-weight : bold; text-align : right; + background: none; background-color : #369; color : #fff; border: none; @@ -90,6 +91,7 @@ div.nl h2.xorg_nl { font-weight : bold; font-style : italic; background-color : #fff; + background: none; color : #369; border-width : thin 0; border-style : solid; -- 2.1.4