From 34cfa5f470d5b6e1c1606f2784d63c83671db811 Mon Sep 17 00:00:00 2001 From: x2003augustin Date: Sat, 2 Dec 2006 14:10:36 +0000 Subject: [PATCH 1/1] fix path to image --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 | 28 ++++++++++++++-------------- include/newsletter.inc.php | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/htdocs/css/nl.css b/htdocs/css/nl.css index a8fe6d5..4670909 100644 --- a/htdocs/css/nl.css +++ b/htdocs/css/nl.css @@ -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; diff --git a/include/newsletter.inc.php b/include/newsletter.inc.php index e62ecfa..d1d497b 100644 --- a/include/newsletter.inc.php +++ b/include/newsletter.inc.php @@ -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;} -- 2.1.4