style: add ▼ to publik menu using CSS (#12622)

This commit is contained in:
Frédéric Péters 2016-07-18 11:56:50 +02:00
parent 9b62ad77f1
commit 2cc48870ac
1 changed files with 4 additions and 0 deletions

View File

@ -528,6 +528,10 @@ input[type=submit]:hover {
display: block;
}
#sidepage span#applabel::after {
content: "";
}
#sidepage ul#sidepage-menu {
list-style: none;
padding: 0;