fix bug 472: tags displayed outside of the menubar (at leas for Opera, witing confirmation for Safari)

git-svn-id: http://piwigo.org/svn/trunk@1479 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga 2006-07-17 10:25:24 +00:00
commit 13c3076d6a
2 changed files with 9 additions and 2 deletions

View file

@ -25,3 +25,8 @@ UL.tagSelection LI INPUT,
width: 99%; /* buggy IE box model */
}
/* fix tag clouds : IE doesn't like anything but inline */
#menubar #menuTagCloud LI
{
display: inline;
}