Skip to content
Snippets Groups Projects
Commit a4733d86 authored by Angie Byron's avatar Angie Byron
Browse files

#356240 by stBorchert: Fix phantom list bullets from appearing in Garland admin pages.

parent cefe98d2
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
}
#node-admin-filter ul {
list-style-type: none;
list-style-image: none;
padding: 0;
margin: 0;
width: 100%;
......
......@@ -284,6 +284,7 @@ ul.secondary a.active {
margin: 0;
padding: 0;
list-style: none;
list-style-image: none;
}
#autocomplete li {
background: #fff;
......
......@@ -14,6 +14,7 @@
}
#user-admin-filter ul {
list-style-type: none;
list-style-image: none;
padding: 0;
margin: 0;
width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment