http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12688
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master --- Comment #6 from Owen Leonard <[email protected]> --- (In reply to Christopher Brannon from comment #2) > Well, if you only throw links in there, the font doesn't match, the links > are run together, and they are offset from the rest of the menu. Yeah it's not exactly clear from the system preference description, but for it to look consistent you have to enter them as list items: <li><a href="#">Link one</a></li> <li><a href="#">Link two</a></li> <li><a href="#">Link three</a></li> That said, you're right that you'll run out of space quickly. I'm glad you were able to put together a menu that worked. Perhaps a good next step would be to fully document both the plain and menu markup options. -- You are receiving this mail because: You are the assignee for the bug. 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/
