summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-28 03:21:13 +0200
committerMarian Sigler <m@qjym.de>2012-09-28 03:21:13 +0200
commitee35835b75119e57dd23f13fba95c02e50125a44 (patch)
treefc99d7f25059e7dde6cfac92d54ec9c038651c56 /static
parent2676e1d7130160673c408987c4aeef83f9f57b6d (diff)
downloadweb-ee35835b75119e57dd23f13fba95c02e50125a44.tar.gz
web-ee35835b75119e57dd23f13fba95c02e50125a44.tar.bz2
web-ee35835b75119e57dd23f13fba95c02e50125a44.zip
Add script to create accounts (for usernames that are in the blacklist)
Diffstat (limited to 'static')
-rw-r--r--static/layout.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/layout.css b/static/layout.css
index eea7452..5f6b4ad 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -18,7 +18,7 @@ nav ul li {
display: inline;
}
nav ul li:not(:last-child):after {
- content: " · ";
+ content: "  ·  ";
color: #aaa;
}