summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/style.css b/style.css
index c0f1b2d..630282b 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,11 @@
body {
background: #eee;
-} \ No newline at end of file
+}
+
+ol {
+ display: inline;
+}
+
+ol li {
+ display: inline;
+}