Thanks. I edited style.css and added
Code:
.comment ul li {
padding: 1em;
list-style-type: circle;
}
However bullet points don't appear. I opened the page in Firefox, and using Firebug I played around with the CSS. Bullet points appear if I disable the padding property from
http://yui.yahooapis.com/2.8.0r4/bui...onts-grids.css
line 7
Code:
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}
Any idea why this happens?
Bookmarks