From b5e848b30e62f16251dc5518501e9f50fb0a05be Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Sun, 29 Oct 2017 11:10:05 +0100 Subject: [PATCH] remove slashes from menu --- stylesheets/application.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index d4b8683..40086aa 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -102,15 +102,10 @@ body { #main-menu { text-color: #404041; left: 0; - width: 100%; } + #main-menu li { - margin: 0; - padding: 0; -} -#main-menu li a:after { - content: " /"; - color: #999; + padding-right: 5px; } #main-menu li a { @@ -126,6 +121,7 @@ body { } #main-menu li a.selected, #main-menu li a.selected:hover { background: none; + color: #E0007A; } #footer {