##// END OF EJS Templates
Don't style lists in a project description as a sub-project. #5752...
Eric Davis -
r3709:43bbda1966d2
parent child
Show More
@@ -343,10 +343,9 form .attributes select { min-width: 50%; }
343
343
344 ul.projects { margin: 0; padding-left: 1em; }
344 ul.projects { margin: 0; padding-left: 1em; }
345 ul.projects.root { margin: 0; padding: 0; }
345 ul.projects.root { margin: 0; padding: 0; }
346 ul.projects ul { border-left: 3px solid #e0e0e0; }
346 ul.projects ul.projects { border-left: 3px solid #e0e0e0; }
347 ul.projects li { list-style-type:none; }
347 ul.projects li.root { list-style-type:none; margin-bottom: 1em; }
348 ul.projects li.root { margin-bottom: 1em; }
348 ul.projects li.child { list-style-type:none; margin-top: 1em;}
349 ul.projects li.child { margin-top: 1em;}
350 ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
349 ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
351 .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
350 .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
352
351
General Comments 0
You need to be logged in to leave comments. Login now