From fb49d2af9264be561c88556278d1c7a7f3eef0c6 2016-11-19 10:41:33 From: Jean-Philippe Lang Date: 2016-11-19 10:41:33 Subject: [PATCH] Set the border for children of root projects only. git-svn-id: http://svn.redmine.org/redmine/trunk@15985 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 53e3189..823fafd 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -478,7 +478,7 @@ ul.projects li {list-style-type:none;} -moz-column-width: 400px; -moz-column-gap : 0.5rem; } -#projects-index ul.projects ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;} +#projects-index ul.projects li.root>ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;} #projects-index ul.projects li.root {margin-bottom: 1em;} #projects-index ul.projects li.child {margin-top: 1em;} #projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }