Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
experimental restyling of examples to try and look a bit more like
the original spec.
  • Loading branch information
iainmcgin committed Oct 18, 2012
1 parent 4f86c27 commit 82435f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/style.css
Expand Up @@ -26,3 +26,11 @@ pre {
code {
background-color: #EEE;
}

ol[type="1"] {
list-style-type: none;
}

ol[type="1"] li:before {
content: "Example ";
}

0 comments on commit 82435f1

Please sign in to comment.