CSS
How to handle bullet indentation in Garland theme's style.css?
Posted November 27th, 2007 by DrupalaceFrom a CSS amateur:
I have text showing in nodes and in added blocks that makes use of bullets. Especially in blocks, width is limited; I'd like the bullet items lined up all the way to the left, to prevent lines breaking. But Garland gives me some serious bullet indentation.
Scanning style.css, I can't find the appropriate control. I chased down some ideas in CSS resources, and added this to the beginning of style.css:
ul {
list-style-type: none;
margin-left:0px;
padding-left: 0px;
}












