1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-30 04:09:38 +00:00

Set the border for children of root projects only.

git-svn-id: http://svn.redmine.org/redmine/trunk@15985 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-11-19 10:41:33 +00:00
parent 6ff5d4211e
commit fb49d2af92

View File

@ -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; }