From 1a9d78e8fa2c319e1d8cd4e64d37052088b29a3b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 27 Jul 2012 21:44:49 +0200 Subject: Justify text, padd TOC header on the right --- site/stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/stylesheet.css b/site/stylesheet.css index 413fc36..f13a431 100644 --- a/site/stylesheet.css +++ b/site/stylesheet.css @@ -92,6 +92,7 @@ pre { #content { width: 750px; margin: 0 auto; + text-align: justify; } .dlmenu { @@ -128,6 +129,7 @@ pre { #table-of-contents h2 { font-size: medium; margin-top: 0; + padding-right: 10px; } #table-of-contents:hover #text-table-of-contents { -- cgit v1.2.3-54-g00ecf