diff --git a/index.php b/index.php index a9ca721c..6694fdc0 100644 --- a/index.php +++ b/index.php @@ -73,8 +73,7 @@ html_export_var(array(
diff --git a/style.css b/style.css index dd79e415..bd534dc4 100644 --- a/style.css +++ b/style.css @@ -139,13 +139,18 @@ a:active { } #menu li { display: inline-block; + margin: 1px 0; } #menu li::after { - content: ' |'; + content: '|'; + margin: 1px 0.25em; } #menu li:last-of-type::after { content: ''; } +#menu li:first-of-type { + margin-left: 0.25em; +} @media all and (max-height: 400px) { #sidebar {