Membership questions? Log in issues? Email info@brewersassociation.org
It is kind of weird that ul and li are all reset to nothing and never stylized given that the WYSIWYG editor exposes a list sort of functionality to the forum users... it ends up being that the tags do absolutely nothing if users use them.Like this.
[What? English, please....
There shouldn't be any CSS involved anyway. Or rather, there could be since you can div anything, but li and ul are both implemented in straight HTML: http://www.w3schools.com/html/html_lists.aspYou're right, though, it does look like those tags have been CSS-ed out. Someone should either enable them or remove the icon from the WYSIWYG menu.
.windowbg ul { padding-left: 0.8em;}.windowbg li { list-style-type: disc;}