summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-09 01:42:57 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-09 01:42:57 +0200
commit81e4681012fdec9e4a116c2ffab40ae600bc4e79 (patch)
tree10ad63e23fa547b449b41fa32517e0647387c20f /style.css
parent792c3df83df86386b6b24b0f36efc108a3eeca43 (diff)
Add octet bit rendering and styles
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;
+}