fix a bug with the default skin (and other skins who set a background for h1/h2)
authorx2003augustin <x2003augustin@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 27 Jan 2007 11:06:50 +0000 (11:06 +0000)
committerx2003augustin <x2003augustin@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 27 Jan 2007 11:06:50 +0000 (11:06 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1410 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/css/nl.css

index a8e3e52..27979fe 100644 (file)
@@ -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;