summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-10-18 09:39:12 +0100
committerIain McGinniss <iainmcgin@gmail.com>2012-10-18 09:39:12 +0100
commit82435f103db0ede9665dcd2c15d5759c5aacac2d (patch)
tree852bf01e3ab8e7e8be3c7f77f18a4aba240a357a /resources
parent4f86c27395ed08e989db9e2280cee01699075924 (diff)
downloadscala-82435f103db0ede9665dcd2c15d5759c5aacac2d.tar.gz
scala-82435f103db0ede9665dcd2c15d5759c5aacac2d.tar.bz2
scala-82435f103db0ede9665dcd2c15d5759c5aacac2d.zip
experimental restyling of examples to try and look a bit more like
the original spec.
Diffstat (limited to 'resources')
-rw-r--r--resources/style.css8
1 files changed, 8 insertions, 0 deletions
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