# HG changeset patch # User Chris Cannam # Date 1382439497 -3600 # Node ID 1e67c667641f1df94fc128d0b6f358efea7c0268 # Parent 3db88d605fa7b1f3034523b351e01a0b577d9252 Feature #768 use "ul" to list subprojects diff -r 3db88d605fa7 -r 1e67c667641f plugins/redmine_bibliography/app/views/projects/show.html.erb --- a/plugins/redmine_bibliography/app/views/projects/show.html.erb Tue Oct 22 11:36:10 2013 +0100 +++ b/plugins/redmine_bibliography/app/views/projects/show.html.erb Tue Oct 22 11:58:17 2013 +0100 @@ -58,19 +58,20 @@ <%= textilizable @project.description %> <% end %> - - + <% if User.current.allowed_to?(:view_issues, @project) and @open_issues_by_tracker.values.any? %>

<%=l(:label_issue_tracking)%>

diff -r 3db88d605fa7 -r 1e67c667641f public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Tue Oct 22 11:36:10 2013 +0100 +++ b/public/themes/soundsoftware/stylesheets/application.css Tue Oct 22 11:58:17 2013 +0100 @@ -158,6 +158,9 @@ .wiki p, .wiki li { margin-left: 30px; margin-right: 3em; } +.overviewfields h4 { margin-left: 30px; margin-bottom: 0; } +.overviewfields ul { margin-top: 0; } + .repository-info .wiki p { margin-left: 0 } div.issue { background: #fdfaf0; border: 1px solid #a9b680; border-left: 4px solid #a9b680; }