mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 14:31:47 +01:00
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:
parent
85e9c8350f
commit
530569351e
2 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
@ -371,6 +371,7 @@ div#project_status > div {
|
|||
}
|
||||
#project_status span {
|
||||
margin-right:5px;
|
||||
background-color:white;
|
||||
}
|
||||
#project_status .active_state {
|
||||
font-weight:bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue