From d1ef63c8c737e6905c4377b7910c9c3fefb23df3 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 3 Jun 2007 09:03:46 +0200 Subject: [PATCH] Small style tunning (center th's and make page text body a bit more narrow) --- pub/style/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pub/style/style.css b/pub/style/style.css index 518a8dd..1eed603 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -207,13 +207,13 @@ li ul { /* ##### Main Copy ##### */ #main-copy { - max-width: 80em; + max-width: 70em; color: black; background-color: transparent; text-align: justify; line-height: 1.5em; margin: 0em 0 0 15em; - padding: 0.5mm 5mm 5mm 5mm; + padding: 0.5mm 5mm 5mm 10mm; border-left: 1px solid rgb(153,153,153); } @@ -331,6 +331,7 @@ table { th { background-color: #abc; border: solid 1px black; + text-align: center; } td { background-color: #def;