MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 No edit summary |
imported>Hb1290 No edit summary |
||
| Line 519: | Line 519: | ||
.plainlist ul li { | .plainlist ul li { | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | |||
/* Tree Styling*/ | |||
.fancytree ul { | |||
background: none; | |||
border: none; | |||
font-size: 12px; | |||
} | |||
ul.fancytree-container { | |||
outline: 0; | |||
border: none; | |||
overflow: hidden; | |||
} | |||
.fancytree p { | |||
display: none; | |||
} | |||
span.fancytree-title { | |||
cursor: default; | |||
} | |||
span.fancytree-title a { | |||
color: black; | |||
} | } | ||