Forums
-
- Forum
- Posts
-
- Installation
- 27,631
- Troubleshooting
- 60,565
- Themes
- 10,191
- Plugins
- 14,981
- Requests & Feedback
- 14,607
- Showcase
- 3,238
-
Because you have this in your style.css:
.entry ol li {
line-height:140%;
padding:0 0 1em 0;
list-style-position: inside;
list-style-type:decimal;
}
to get rid of it, change the last line to this:
list-style-type:none;
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS