From 82435f103db0ede9665dcd2c15d5759c5aacac2d Mon Sep 17 00:00:00 2001 From: Iain McGinniss Date: Thu, 18 Oct 2012 09:39:12 +0100 Subject: experimental restyling of examples to try and look a bit more like the original spec. --- resources/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'resources') diff --git a/resources/style.css b/resources/style.css index 04e953658e..b0230de748 100644 --- a/resources/style.css +++ b/resources/style.css @@ -26,3 +26,11 @@ pre { code { background-color: #EEE; } + +ol[type="1"] { + list-style-type: none; +} + +ol[type="1"] li:before { + content: "Example "; +} \ No newline at end of file -- cgit v1.2.3