diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-07-02 11:21:38 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-07-02 11:21:38 +0000 |
commit | bdc852dc03454d6514f03cf2b8f95bbe149dfa9e (patch) | |
tree | 04d5c8d9a4b9ef85ffedf758f78560e64d209587 | |
parent | fbbd6dbde2064c9823c3d03e8013d2e9bdb0801d (diff) | |
download | identity-bdc852dc03454d6514f03cf2b8f95bbe149dfa9e.tar identity-bdc852dc03454d6514f03cf2b8f95bbe149dfa9e.tar.gz identity-bdc852dc03454d6514f03cf2b8f95bbe149dfa9e.tar.bz2 identity-bdc852dc03454d6514f03cf2b8f95bbe149dfa9e.tar.xz identity-bdc852dc03454d6514f03cf2b8f95bbe149dfa9e.zip |
make sure all page is left-aligned
-rw-r--r-- | root/static/style/ttsite.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |