summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-03 02:35:11 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-03 02:35:11 +0000
commit7fc6e2eaf9d60dd071f9a9d6360047f8a2312116 (patch)
tree5772a3e4ed2c07fe988366af3d4d1dbdc826c0a1 /themes
parent56d2f2174511f2709e43b2eb4489780d42196dc7 (diff)
downloadbrdo-7fc6e2eaf9d60dd071f9a9d6360047f8a2312116.tar.gz
brdo-7fc6e2eaf9d60dd071f9a9d6360047f8a2312116.tar.bz2
#536982 by yoroy: Fix alignment of blank icons in admin theme listing.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 22f523348..f8e4240c2 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -340,7 +340,7 @@ ul.secondary li.active a.active {
border-bottom: 1px solid #ccc;
margin-left: 0;
margin-bottom: 10px;
- background: url(images/list-item.png) no-repeat;
+ background: url(images/list-item.png) no-repeat 0 3px;
list-style-type: none;
list-style-image: none;
}