https://bugzilla.wikimedia.org/show_bug.cgi?id=51260
--- Comment #8 from db <[email protected]> --- The references tag should support html attributes, than you can write <references class="***" /> and the template can be replaced. Needs a set up a class for list-styles. The extra class="reflist" is unneeded, because the references tag already adds class="references". Thats why you can already add .references { column-width: 35em; -moz-column-width: 35em; -webkit-column-width: 35em; } to your common.css/user.css and all references will have column width, no need to tag each references tag with its own class. But the template has the advanced, that syntax errors will not eat the rest of the page. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
