summaryrefslogtreecommitdiffstats
path: root/site/stylesheet.css
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-27 21:44:49 +0200
committerGravatar Tom Willemsen2012-07-27 21:44:49 +0200
commit1a9d78e8fa2c319e1d8cd4e64d37052088b29a3b (patch)
tree3513ed02d0f077c1c2d55667c61b2dfe135bdc46 /site/stylesheet.css
parent47e5ce1c7a9bd63d90c7c6a7875b44e898ed598b (diff)
downloadorgweb-1a9d78e8fa2c319e1d8cd4e64d37052088b29a3b.tar.gz
orgweb-1a9d78e8fa2c319e1d8cd4e64d37052088b29a3b.zip
Justify text, padd TOC header on the right
Diffstat (limited to 'site/stylesheet.css')
-rw-r--r--site/stylesheet.css2
1 files changed, 2 insertions, 0 deletions
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 {