mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Fix ordered list rendering inside project description (#37566).
Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@21769 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f222294b01
commit
c98a246a4a
@ -690,11 +690,11 @@ input#issue_subject, input#document_title { width: 99%; }
|
||||
select#issue_done_ratio { width: 95px; }
|
||||
|
||||
ul.projects {margin:0; padding-left:1em;}
|
||||
ul.projects ul {padding-left:1.6em;}
|
||||
ul.projects ul.projects {padding-left:1.6em;}
|
||||
ul.projects.root {margin:0; padding:0;}
|
||||
ul.projects li.root, ul.projects li.child {list-style-type:none;}
|
||||
ul.projects li.root div.archived, ul.projects li.child div.archived {color: #aaa;}
|
||||
ul.projects div.description li {list-style-type:initial;}
|
||||
ul.projects div.description ul li {list-style-type:initial;}
|
||||
|
||||
#projects-index {
|
||||
column-count: auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user