diff options
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; +} |
