remove slashes from menu

This commit is contained in:
Christophe Siraut 2017-10-29 11:10:05 +01:00
parent 1842f93d8a
commit b5e848b30e
1 changed files with 3 additions and 7 deletions

View File

@ -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 {