diff options
author | noisawe <3evasion@gmail.com> | 2017-11-22 13:01:32 +0100 |
---|---|---|
committer | noisawe <3evasion@gmail.com> | 2017-11-22 13:01:32 +0100 |
commit | 8fffbf34a88bcd82e5eac56a75f759187f8ebb9d (patch) | |
tree | 6f55633d2f565543fa502016a591907904ab8ee2 | |
parent | 9127f00781fcfbd5e2c106b9c26fe9d5c3dd873f (diff) | |
download | iro-8fffbf34a88bcd82e5eac56a75f759187f8ebb9d.tar.gz |
Made category separator easier to configure
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,11 +84,11 @@ ul:nth-child(5) { /* - For longest category name + Amount of chars in longest category name + 1 */ li:first-child { - width: 4em; + width: 8ch; } |