diff options
| author | 2013-08-18 01:35:43 +0200 | |
|---|---|---|
| committer | 2013-08-18 01:35:43 +0200 | |
| commit | 2f82dbabb19be4557312709881786f1b7c296565 (patch) | |
| tree | 42973d3dd04cfbd77da1a7b55fda817f648a4970 | |
| parent | 7fd77270960c4623fc44c70562dfedfc4b8f9982 (diff) | |
Ajout "hack" pour aider menus fixes
En rapport avec l'issue #95 : je ne prends pas officiellement en charge
les menus fixes, mais comme on me l'a demandé, j'ajoute un <span /> en
bas de la colonne des flux si ça peut aider
| -rw-r--r-- | app/layout/aside_flux.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index 449ffaff4..f94a74add 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -96,4 +96,6 @@ </li> <?php } } ?> </ul> + + <span class="aside_flux_ender"><!-- hack for fix menus, if it can be helpful ;) --></span> </div> |
