Skip to content
Snippets Groups Projects
Commit e3bfd91f authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #562284 by BarisW, sign: decreasing the spacing in listings.

parent 4091d969
No related branches found
No related tags found
No related merge requests found
......@@ -323,9 +323,16 @@ ul.secondary li.active a.active {
list-style-type: none;
list-style-image: none;
}
#block-system-main ul.admin-list.compact {
margin-bottom: 8px;
}
#block-system-main ul.admin-list.compact li {
border: 0;
background: none;
margin-bottom: 2px;
padding-top: 2px;
}
#block-system-main ul.admin-list li:last-child {
......
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