From f6965d2fe21873af4acc0033a214dc4e8bea9584 Mon Sep 17 00:00:00 2001 From: lukemelia Date: Mon, 16 Oct 2006 07:08:50 +0000 Subject: [PATCH] Changed conflicting div id "status" git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@331 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/project/show.rhtml | 2 +- tracks/public/stylesheets/standard.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tracks/app/views/project/show.rhtml b/tracks/app/views/project/show.rhtml index 6ea82550..7ba0ac83 100644 --- a/tracks/app/views/project/show.rhtml +++ b/tracks/app/views/project/show.rhtml @@ -38,7 +38,7 @@
-
+

Status

<% ['active', 'hidden', 'completed'].each do | state | %> diff --git a/tracks/public/stylesheets/standard.css b/tracks/public/stylesheets/standard.css index 7ec15cd2..840795c9 100644 --- a/tracks/public/stylesheets/standard.css +++ b/tracks/public/stylesheets/standard.css @@ -301,7 +301,7 @@ div.note_footer a, div.note_footer a:hover { div.add_note_link { float: right; } -div#status > div { +div#project_status > div { padding: 10px; } a.footer_link {color: #cc3334; font-style: normal;}