diff options
Diffstat (limited to 'default.css')
-rw-r--r-- | default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.css b/default.css index 1606b6f..1d3d3e5 100644 --- a/default.css +++ b/default.css @@ -55,6 +55,10 @@ nav ol li { } nav ol li::before { content: '/'; + padding: 0 1ch; +} +nav ol li:first-child::before { + padding-left: 0; } table { |