From 0ee4b8f6d129fbc917e7eb52d3d89d3157a1b902 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 9 Mar 2006 19:08:17 +0000 Subject: [PATCH] Commiting to Trunk instead of the 1.0.4 tag, whups. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@204 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/public/stylesheets/standard.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tracks/public/stylesheets/standard.css b/tracks/public/stylesheets/standard.css index 88f5dac4..c6caec2f 100644 --- a/tracks/public/stylesheets/standard.css +++ b/tracks/public/stylesheets/standard.css @@ -150,7 +150,6 @@ h2 a:hover { #input_box { margin-left: 490px; margin-top: 20px; - width: 313px; padding: 0px 15px 0px 15px; } @@ -213,7 +212,7 @@ input.item-checkbox { /* The notes which may be attached to an item */ .notes { - margin: 5px 20px; + margin: 5px; padding: 3px; border: 1px solid #F5ED59; background: #FAF6AE; @@ -221,19 +220,17 @@ input.item-checkbox { } .notes p, .notes li { - padding: 1px 5px; + padding: 1px; margin: 0px; font-size: 12px; } .notes ul { list-style-type: disc; - margin-left: 5px; } .notes ol { list-style-type: decimal; - margin-left: 5px; } /* The notes for the project */ @@ -613,4 +610,4 @@ ul#prefs {list-style-type: disc; margin-left: 5px;} margin-bottom: 4px; font-weight: normal; font-style:oblique; -} \ No newline at end of file +}