diff options
author | June McEnroe <june@causal.agency> | 2020-07-12 19:15:33 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-12 19:15:33 -0400 |
commit | 280f2002c6e5c9691fb569e4818c226cec260887 (patch) | |
tree | c5dca05b2c349f981c18f3fc69336cdd2a658329 /default.css | |
parent | Handle search query errors (diff) | |
download | scooper-280f2002c6e5c9691fb569e4818c226cec260887.tar.gz scooper-280f2002c6e5c9691fb569e4818c226cec260887.zip |
Don't use KHTML_PRETTY
It's kinda of unpredictable and can lead to unintended whitespace.
Diffstat (limited to '')
-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 { |