diff --git a/app/views/projects/settings/_versions.rhtml b/app/views/projects/settings/_versions.rhtml index 035af587fb..f3d2c74f2c 100644 --- a/app/views/projects/settings/_versions.rhtml +++ b/app/views/projects/settings/_versions.rhtml @@ -12,8 +12,8 @@ <% for version in @project.shared_versions.sort %> - - <%= link_to_version version %> + + <%= link_to_version version %> <%= format_date(version.start_date) %> <%= format_date(version.effective_date) %> <%=h version.description %> diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 75c487b75d..007749ccfc 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -158,7 +158,7 @@ tr.message td.last_message { font-size: 80%; white-space: nowrap; } tr.message.locked td.subject { background: url(../images/locked.png) no-repeat 0 1px; } tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; } -tr.version.closed, tr.version.closed a { color: #999; } +tr.version td.closed, tr.version td.closed a { text-decoration: line-through; } tr.version td.name { padding-left: 20px; } tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; } tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; }