From 2e7e75649bf94b002c0c0eda8d27a17e8247fccc Mon Sep 17 00:00:00 2001 From: Eric Allen Date: Wed, 25 Mar 2009 14:38:55 -0400 Subject: [PATCH] Small fix to footer margin for columns. Fixes #869. --- public/stylesheets/standard.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/standard.css b/public/stylesheets/standard.css index 7066e163..fd052102 100644 --- a/public/stylesheets/standard.css +++ b/public/stylesheets/standard.css @@ -403,10 +403,14 @@ input.item-checkbox { font-size: 85%; text-align: center; color: #999; - margin: 20px 20px 5px 20px; + margin: 20px 310px 5px 20px; padding: 0px; } +body.preferences div#footer { + margin-right:410px; +} + /* The notes which may be attached to an item */ .todo_notes { margin: 5px;