summaryrefslogtreecommitdiff
path: root/themes/seven
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-02 01:27:52 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-02 01:27:52 +0000
commite682c02e0177b58f7fb11590c922c510b2dd040c (patch)
treeef1c8a2427a6e1023baf9058fa067b6604e05435 /themes/seven
parent579310a4baed6d11b9929529b5360a9c59f46bda (diff)
downloadbrdo-e682c02e0177b58f7fb11590c922c510b2dd040c.tar.gz
brdo-e682c02e0177b58f7fb11590c922c510b2dd040c.tar.bz2
- Patch #924956 by swentel, Jeff Burnz: using bullets reduces reading performance of listings.
Diffstat (limited to 'themes/seven')
-rw-r--r--themes/seven/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 8401527d1..3c4f57ec1 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -398,15 +398,15 @@ ul.admin-list {
}
.admin-panel .item-list ul,
ul.admin-list.compact {
- margin-bottom: 8px;
+ margin: 8px 0;
}
.admin-panel .item-list li,
ul.admin-list.compact li {
border: none;
background: none;
- margin: 0.25em 0 0.25em 1.5em;
+ margin: 0 0 0.75em;
+ line-height: 1;
padding: 0;
- list-style-type: disc;
}
ul.admin-list li:last-child {
border-bottom: none;