Hittade ett till trick som jag har letat efter en lösning på nån gång tror jag:
8. Style Your Ordered List

Style numbers of an ordered list in different way than the content of each list item.
ol {
font: italic 1em Georgia, Times, serif;
color: #999999;
}
ol p {
font: normal .8em Arial, Helvetica, sans-serif;
color: #000000;
}
Inga kommentarer:
Skicka en kommentar