From b564aedd1d3e799b54a2924ee33c4f9651f13b33 Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Sun, 4 Jul 2004 13:27:33 +0000 Subject: [PATCH] centrer verticalement la barre "abc" --- ecrire/inc_presentation.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3 index 9f592cc2d3..8fd426f73b 100644 --- a/ecrire/inc_presentation.php3 +++ b/ecrire/inc_presentation.php3 @@ -2179,7 +2179,7 @@ else { echo "<a href='". $lien->getUrl() ."' class='icone26' onMouseOver=\"changestyle('bandeaudisplay','visibility', 'visible');\"><img src='img_pack/interface-display.gif' alt='' width='26' height='20' border='0'></a>"; echo "<img src='img_pack/rien.gif' width='10' height='1' />"; - echo "<img src='img_pack/choix-layout$spip_lang_rtl".($spip_lang=='he'?'_he':'').".png' alt='abc' class='format_png' align='middle' width='59' height='15' usemap='#map_layout' border='0' />"; + echo "<img src='img_pack/choix-layout$spip_lang_rtl".($spip_lang=='he'?'_he':'').".png' alt='abc' class='format_png' valign='middle' width='59' height='15' usemap='#map_layout' border='0' />"; echo "<img src='img_pack/rien.gif' width='10' height='1' />"; -- GitLab