http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13110
--- Comment #2 from Christopher Brannon <[email protected]> --- Marc, Nice work around. I had to change to: .newsitem { max-height: 40px !important; overflow:hidden; transition: max-height 10s ease-in; } .newsitem:hover { max-height: 500px !important; transition: max-height 5s ease-out; } The #news ID doesn't work because the articles are numerated like "news32" Christopher -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
