From 530569351e57117d593d6fcf3de1abe9f9ecd3ec Mon Sep 17 00:00:00 2001 From: lukemelia Date: Fri, 13 Jul 2007 04:27:49 +0000 Subject: [PATCH] Minor css change to fix ugly gray background on Completed radio button on project page. Also, changed the version in the footer to 1.50-trunk to reflect that the next release will be Tracks 1.5. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@565 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/config/environment.rb.tmpl | 2 +- tracks/public/stylesheets/standard.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tracks/config/environment.rb.tmpl b/tracks/config/environment.rb.tmpl index 17eb4875..39e97950 100644 --- a/tracks/config/environment.rb.tmpl +++ b/tracks/config/environment.rb.tmpl @@ -83,4 +83,4 @@ end MOBILE_CONTENT_TYPE = 'tracks/mobile' Mime::Type.register(MOBILE_CONTENT_TYPE, :m) -TRACKS_VERSION = '1.050-trunk' \ No newline at end of file +TRACKS_VERSION = '1.50-trunk' \ No newline at end of file diff --git a/tracks/public/stylesheets/standard.css b/tracks/public/stylesheets/standard.css index 75ff0b13..48509351 100644 --- a/tracks/public/stylesheets/standard.css +++ b/tracks/public/stylesheets/standard.css @@ -371,6 +371,7 @@ div#project_status > div { } #project_status span { margin-right:5px; + background-color:white; } #project_status .active_state { font-weight:bold;