Fix NL menu on non-Css clients
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 27 Jan 2007 10:40:55 +0000 (10:40 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 27 Jan 2007 10:40:55 +0000 (10:40 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1408 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/css/nl.css
templates/newsletter/nl.tpl

index e60bbc3..a8e3e52 100644 (file)
@@ -48,7 +48,7 @@ div.nl div.title {
     text-align : right;
     background-color : #369;
     color : #fff;
-    background-image : url(/images/logo_xorg_nl.png);
+    background-image : url(http://www.polytechnique.org/images/logo_xorg_nl.png);
     background-repeat : no-repeat;
     background-position : 0.5ex 0ex;
 }
@@ -62,7 +62,6 @@ div.nl div.lnk {
 }
 
 div.nl div.lnk a {
-    display : block;
     font-size : 95%;
 }
 
index 5225639..026f041 100644 (file)
@@ -91,9 +91,9 @@ ne plus recevoir : [https://www.polytechnique.org/nl/out]
       <a id="top_lnk"></a>
       {foreach from=$nl->_arts key=cid item=arts name=cats}
       <div class="lnk">
-        <a href="{$prefix}#cat{$cid}"><strong>{$smarty.foreach.cats.iteration}. {$nl->_cats[$cid]}</strong></a>
+        <a href="{$prefix}#cat{$cid}"><strong>{$smarty.foreach.cats.iteration}. {$nl->_cats[$cid]}</strong></a><br />
         {foreach from=$arts item=art}
-        <a href="{$prefix}#art{$art->_aid}">&nbsp;&nbsp;- {$art->title()|htmlentities}</a>
+        <a href="{$prefix}#art{$art->_aid}">&nbsp;&nbsp;- {$art->title()|htmlentities}</a><br />
         {/foreach}
       </div>
       {/foreach}