From bdc852dc03454d6514f03cf2b8f95bbe149dfa9e Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 2 Jul 2012 11:21:38 +0000 Subject: make sure all page is left-aligned --- root/static/style/ttsite.css | 1 + 1 file changed, 1 insertion(+) diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index b19ffff..e3596ea 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -9,6 +9,7 @@ body { background-image: linear-gradient(to bottom, #f0f0f0, #ffffff); font-family: Verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif; + text-align: left; } #mgnavdoc { margin: 0; position: absolute; top: 128px; } -- cgit v1.2.1