Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: #1 added to start of new posts


chrishajer
Participant

@chrishajer

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;

Skip to toolbar