--- tableofcontents.css	2007-11-06 18:12:43.000000000 +0100
+++ tableofcontents.xhtml.css	2008-01-20 22:40:14.000000000 +0100
@@ -18,4 +18,16 @@
 .toc ul {
   list-style-image: none;
   list-style-type: none;
-}
\ No newline at end of file
+}
+
+.toc ol {
+  list-style-image: none;
+  list-style-type: none;
+  counter-reset: toc-counter;
+}
+
+.toc ol li.toc-header:before {
+  content: counter(toc-counter) ". ";
+  counter-increment: toc-counter;
+}
+
