fix path to image
authorx2003augustin <x2003augustin@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 2 Dec 2006 14:10:36 +0000 (14:10 +0000)
committerx2003augustin <x2003augustin@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 2 Dec 2006 14:10:36 +0000 (14:10 +0000)
 --This line, and those below, will be ignored--

M    include/newsletter.inc.php
M    htdocs/css/nl.css

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1226 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/css/nl.css
include/newsletter.inc.php

index a8fe6d5..4670909 100644 (file)
@@ -29,18 +29,18 @@ div.nl {
     color : #000;
 }
 
-a[href] {
+div.nl a[href] {
     text-decoration : none;
     background-color : #fff;
     color : #36c;
 }
 
-a[href]:hover {
+div.nl a[href]:hover {
     background-color : #fff;
     color : #6c0;
 }
 
-div.title {
+div.nl div.title {
     margin : 0 0 3ex;
     padding : 5ex 1ex 1ex 15ex;
     font-size : 130%;
@@ -48,32 +48,32 @@ div.title {
     text-align : right;
     background-color : #369;
     color : #fff;
-    background-image : url(http://carva.org/aymeric.augustin/images/poly_org_nl.png);
+    background-image : url(http://dev.m4x.org/images/logo_xorg_nl.png);
     background-repeat : no-repeat;
     background-position : 0.5ex 0.5ex;
 }
 
-div.intro {
+div.nl div.intro {
     margin : 4ex 3ex;
 }
 
-div.lnk {
+div.nl div.lnk {
     margin : 2ex 6ex;
 }
 
-div.lnk a {
+div.nl div.lnk a {
     display : block;
     font-size : 95%;
 }
 
-div.top_lnk {
+div.nl div.top_lnk {
     margin : 2ex;
     padding : 0;
     font-size : 85%;
     text-align : right;
 }
 
-h1.xorg_nl {
+div.nl h1.xorg_nl {
     margin : 3ex 0 2ex;
     padding : 1.5ex 2ex 0.5ex 1ex;
     font-size : 120%;
@@ -83,7 +83,7 @@ h1.xorg_nl {
     color : #fff;
 }
 
-h2.xorg_nl {
+div.nl h2.xorg_nl {
     margin : 2ex 0 0;
     padding : 0.4ex 2ex;
     font-size : 100%;
@@ -96,17 +96,17 @@ h2.xorg_nl {
     border-color : #369;
 }
 
-div.art {
+div.nl div.art {
     margin : 2ex 3ex;
 }
 
-div.app {
+div.nl div.app {
     margin : 2ex 6ex 0 3ex;
     font-size : 95%;
     text-align : left;
 }
 
-div.foot1 {
+div.nl div.foot1 {
     margin : 8ex 0 0;
     padding : 0.5ex 2ex;
     font-size : 90%;
@@ -118,7 +118,7 @@ div.foot1 {
     text-align : center;
 }
 
-div.foot2 {
+div.nl div.foot2 {
     padding : 1ex 0;
     font-size : 90%;
     background-color : #fff;
index e62ecfa..d1d497b 100644 (file)
@@ -307,7 +307,7 @@ class NewsLetter
       div.title { margin: 0ex 0ex 3ex 0ex; padding: 5ex 1ex 1ex 15ex;
           font-size: 130%; font-weight: bold; text-align: right; 
           background-color: #369; color: #fff;
-          background-image: url(http://carva.org/aymeric.augustin/images/poly_org_nl.png);
+          background-image: url(http://dev.m4x.org/images/logo_xorg_nl.png);
           background-repeat: no-repeat; background-position: 0.5ex 0.5ex; }
       div.intro { margin: 4ex 3ex; }
       div.lnk   { margin: 2ex 6ex;}