remove borders from child page list
This commit is contained in:
parent
3020b7f3e6
commit
8e9c96a2dc
1 changed files with 5 additions and 0 deletions
|
@ -400,11 +400,16 @@ th-bd {
|
||||||
/* Children containers */
|
/* Children containers */
|
||||||
|
|
||||||
.tree li.child-pages {
|
.tree li.child-pages {
|
||||||
|
/* I experimented with borders a bit but found them a bit ugly.
|
||||||
|
Therefore, the listing is currently not separated from the main page anyhow.
|
||||||
|
This should change once we have search bars. */
|
||||||
|
/*
|
||||||
margin-top: 0.8rem;
|
margin-top: 0.8rem;
|
||||||
padding-top: 0.8rem;
|
padding-top: 0.8rem;
|
||||||
padding-bottom: 0.8rem;
|
padding-bottom: 0.8rem;
|
||||||
border-top: 0.1rem solid var(--border-1);
|
border-top: 0.1rem solid var(--border-1);
|
||||||
border-bottom: 0.1rem solid var(--border-1);
|
border-bottom: 0.1rem solid var(--border-1);
|
||||||
|
*/
|
||||||
|
|
||||||
& > ul {
|
& > ul {
|
||||||
/* Show child page lists without an indent.
|
/* Show child page lists without an indent.
|
||||||
|
|
Loading…
Reference in a new issue