From fee818cc49931e95004688ee7899d71c85c6a9c2 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 22 Apr 2006 09:13:18 +0000 Subject: - merge trunk r1252:1253 into branch 1.6 (template) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1254 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-layout.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/yoga/default-layout.css') diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index c6c8a8fff..413f28181 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -53,6 +53,10 @@ HR.separation { /** General defaults **/ INPUT {margin: 0;} ul, dl, li { text-align: left;} +TABLE { /* horizontaly centered */ + margin-left: auto; + margin-right: auto; +} /* for debugging purpose */ pre { text-align:left; } -- cgit v1.2.3