Correct small style problem with task app fix #oc-689

This commit is contained in:
Brice Maron 2012-05-23 21:02:34 +00:00
parent 60fdc13ae6
commit 97d682dc13
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
.task .completed {position:absolute;left:3em;top:0.3em;}
.task .summary{padding-left:4em;}
.task .summary{padding-left:4em;height:2em;}
.task .summary input{position:relative;left:5px;}
.task.done .summary{text-decoration:line-through;}