From ac5cc17ddb7ee4dc446f85098cd6996ccf57fe1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Wed, 25 Jun 2014 23:06:17 +0200 Subject: [PATCH] Move as much as possible from "wrapper"-tables into css --- src/org/cacert/gigi/pages/account/MyDetails.templ | 2 +- static/default.css | 2 ++ templates/base.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/org/cacert/gigi/pages/account/MyDetails.templ b/src/org/cacert/gigi/pages/account/MyDetails.templ index fbbb441b..4a758430 100644 --- a/src/org/cacert/gigi/pages/account/MyDetails.templ +++ b/src/org/cacert/gigi/pages/account/MyDetails.templ @@ -1,5 +1,5 @@
- +
diff --git a/static/default.css b/static/default.css index 4ddfbba2..5c50fc8a 100644 --- a/static/default.css +++ b/static/default.css @@ -580,6 +580,8 @@ td.storyLeft { font-family: verdana, sans-serif; font-size: 11px; text-align: center; + margin-left:auto; + margin-right:auto; } td.greytxt { diff --git a/templates/base.html b/templates/base.html index 499bce82..e1343dc6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ $title$ - -- 2.39.2