Justify text, padd TOC header on the right

This commit is contained in:
Tom Willemsen 2012-07-27 21:44:49 +02:00
parent 47e5ce1c7a
commit 1a9d78e8fa

View file

@ -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 {