diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 22:30:51 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 22:30:51 +0000 |
commit | 127945aad38c45874c7b95f042f040c34151780e (patch) | |
tree | 552cf557a7f6ae1912d40b3d188669876d21e1a3 /templates | |
parent | 979ca5158430cddac10bf0e6404e7436637771c8 (diff) | |
download | ikiwiki-127945aad38c45874c7b95f042f040c34151780e.tar ikiwiki-127945aad38c45874c7b95f042f040c34151780e.tar.gz |
use popup balloon for more backlinks, rather than expanding on hover, since
in some cases it's not possible to move the mouse over the more backlinks
using the old method
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index aebd6a5c4..e8806b82e 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -75,7 +75,7 @@ Links: </TMPL_LOOP> <TMPL_IF NAME="MORE_BACKLINKS"> <span class="popup">... -<span class="expand"> +<span class="balloon"> <TMPL_LOOP NAME="MORE_BACKLINKS"> <a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a> </TMPL_LOOP> |