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
This commit is contained in:
lukemelia 2007-07-13 04:27:49 +00:00
parent 85e9c8350f
commit 530569351e
2 changed files with 2 additions and 1 deletions

View file

@ -83,4 +83,4 @@ end
MOBILE_CONTENT_TYPE = 'tracks/mobile'
Mime::Type.register(MOBILE_CONTENT_TYPE, :m)
TRACKS_VERSION = '1.050-trunk'
TRACKS_VERSION = '1.50-trunk'

View file

@ -371,6 +371,7 @@ div#project_status > div {
}
#project_status span {
margin-right:5px;
background-color:white;
}
#project_status .active_state {
font-weight:bold;