diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-09 01:42:57 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-09 01:42:57 +0200 |
| commit | 81e4681012fdec9e4a116c2ffab40ae600bc4e79 (patch) | |
| tree | 10ad63e23fa547b449b41fa32517e0647387c20f /style.css | |
| parent | 792c3df83df86386b6b24b0f36efc108a3eeca43 (diff) | |
Add octet bit rendering and styles
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ body { background: #eee; -}
\ No newline at end of file +} + +ol { + display: inline; +} + +ol li { + display: inline; +} |
