diff options
-rw-r--r-- | themes/seven/style.css | 3 |
1 files changed, 1 insertions, 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; } |