CSS: Some guidance on ol lists please
-
Hi,
I am using the following:
<pre>
#left ol.lists {
margin: 0;
padding-left: 0;
font-size: 88%;
}
#left ol.lists li {
margin: 15px 23px 0 23px;
padding-left: -20px;
padding-top:0;
border-top: 1px solid #ddd;
}
#left ol.lists p {
font-size: 11px;
}
</pre>
Can someone tell me how I adjust the space between the numeral and the text (ex. 1. text here)?
Can it be done?
This is for the cooments page entries.
Thanks
Karl
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘CSS: Some guidance on ol lists please’ is closed to new replies.