From 21d84f4782cd18e43520f7d9bc08cd3c587c4f03 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 21 Nov 2009 18:18:21 +0000 Subject: #639246 by Boobaa and axyjo: Add nicer styling to Seven task list on install pages. --- themes/seven/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/seven/style.css b/themes/seven/style.css index 8dbdceb47..8ee4b99bb 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -798,7 +798,7 @@ ol.task-list { list-style-image: none; } ol.task-list li { - padding: 0.5em 1em 0.5em 0; /* LTR */ + padding: 0.5em 1em 0.5em 20px; /* LTR */ color: #adadad; } ol.task-list li.active { @@ -809,7 +809,6 @@ ol.task-list li.active { ol.task-list li.done { color: #393; background: transparent url(images/task-check.png) no-repeat 0px 50%; /* LTR */ - padding: 0.5em 1em 0.5em 20px; /* LTR */ color: green; } -- cgit v1.2.3