Fix incorrect indentation of TOC on print preview

Also add the white space that was taken by hiding
.tocnubmer to .toctext

Bug: T179363
Change-Id: I06c502f3d4bee687ed7f300246687aff978ed1d6
This commit is contained in:
Albert221 2017-12-10 21:10:06 +01:00
parent 1c0725da94
commit 4ee212adc4
1 changed files with 1 additions and 15 deletions

View File

@ -169,10 +169,6 @@
> li {
margin-bottom: 4px;
font-weight: bold;
> ul {
padding-left: 0;
}
}
}
@ -182,13 +178,6 @@
ul {
padding-left: 30px;
li {
padding-left: 30px;
}
.tocnumber {
min-width: 30px;
}
}
}
@ -200,10 +189,7 @@
}
.tocnumber {
padding-right: 0;
text-align: right;
margin-right: 30px;
display: inline-block;
display: none;
}
}