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

merge-requests/26/head
Dries Buytaert 2009-09-11 13:48:44 +00:00
parent 4091d9695e
commit e3bfd91fec
1 changed files with 7 additions and 0 deletions

View File

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