Small fix to footer margin for columns. Fixes #869.

This commit is contained in:
Eric Allen 2009-03-25 14:38:55 -04:00
parent dbeb793214
commit 2e7e75649b

View file

@ -403,10 +403,14 @@ input.item-checkbox {
font-size: 85%; font-size: 85%;
text-align: center; text-align: center;
color: #999; color: #999;
margin: 20px 20px 5px 20px; margin: 20px 310px 5px 20px;
padding: 0px; padding: 0px;
} }
body.preferences div#footer {
margin-right:410px;
}
/* The notes which may be attached to an item */ /* The notes which may be attached to an item */
.todo_notes { .todo_notes {
margin: 5px; margin: 5px;