Justify text, padd TOC header on the right
This commit is contained in:
parent
47e5ce1c7a
commit
1a9d78e8fa
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,7 @@ pre {
|
||||||
#content {
|
#content {
|
||||||
width: 750px;
|
width: 750px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dlmenu {
|
.dlmenu {
|
||||||
|
@ -128,6 +129,7 @@ pre {
|
||||||
#table-of-contents h2 {
|
#table-of-contents h2 {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#table-of-contents:hover #text-table-of-contents {
|
#table-of-contents:hover #text-table-of-contents {
|
||||||
|
|
Loading…
Reference in a new issue