From 81e4681012fdec9e4a116c2ffab40ae600bc4e79 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 9 Dec 2015 01:42:57 +0200 Subject: Add octet bit rendering and styles --- style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'style.css') 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; +} -- cgit v1.3.1