summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
author‮noisawe <3evasion@gmail.com>2017-11-22 13:01:32 +0100
committer‮noisawe <3evasion@gmail.com>2017-11-22 13:01:32 +0100
commit8fffbf34a88bcd82e5eac56a75f759187f8ebb9d (patch)
tree6f55633d2f565543fa502016a591907904ab8ee2 /style.css
parent9127f00781fcfbd5e2c106b9c26fe9d5c3dd873f (diff)
downloadiro-8fffbf34a88bcd82e5eac56a75f759187f8ebb9d.tar.gz
Made category separator easier to configure
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 96697dc..8b34f27 100644
--- a/style.css
+++ b/style.css
@@ -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;
}