Se recuperan las viñetas en la vista de las páginas hijas dentro del wiki
This commit is contained in:
parent
b8c1afd0c3
commit
b426c390d8
1 changed files with 3 additions and 7 deletions
|
@ -602,6 +602,7 @@ ul.social-menu .social-link-mail:hover a {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
#sidebar div.wiki ul.pages-hierarchy {
|
#sidebar div.wiki ul.pages-hierarchy {
|
||||||
|
list-style-type: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
#sidebar div.wiki ul.pages-hierarchy ul {
|
#sidebar div.wiki ul.pages-hierarchy ul {
|
||||||
|
@ -713,13 +714,6 @@ div.wiki ul.toc li {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
margin-top: .3em;
|
margin-top: .3em;
|
||||||
}
|
}
|
||||||
div.wiki ul.pages-hierarchy {
|
|
||||||
list-style-type: none;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
div.wiki ul.pages-hierarchy ul {
|
|
||||||
padding-left: 40px;
|
|
||||||
}
|
|
||||||
div.wiki .query-totals,
|
div.wiki .query-totals,
|
||||||
div.wiki .query-issue-links {
|
div.wiki .query-issue-links {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -1493,6 +1487,8 @@ tr.even.priority-lowest { background: #f2faff; }
|
||||||
tr.priority-lowest a { color: #559; }
|
tr.priority-lowest a { color: #559; }
|
||||||
tr.odd.priority-lowest td, tr.even.priority-lowest td { border-color: #d2eafa; }
|
tr.odd.priority-lowest td, tr.even.priority-lowest td { border-color: #d2eafa; }
|
||||||
|
|
||||||
|
table td ul, table th ul { padding-left: 20px; }
|
||||||
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
/* 23. OBJECTS */
|
/* 23. OBJECTS */
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue