diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-22 09:11:41 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-22 09:11:41 +0000 |
commit | 6d1dd2a0f5375c1639bbf02d2e01bb59ea7bb29c (patch) | |
tree | 92ced97bf847efae41c052d9461603f944e07839 /template/yoga/image.css | |
parent | 02597251fcc8ff272ed9f4cb595c2ad90bf70eff (diff) |
- improve : template code
tables are horizontaly centered by default
git-svn-id: http://piwigo.org/svn/trunk@1253 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/image.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/yoga/image.css b/template/yoga/image.css index 0d242a1bd..3064ee46a 100644 --- a/template/yoga/image.css +++ b/template/yoga/image.css @@ -91,9 +91,6 @@ de l'image... margin-left: 10px; } -TABLE.infoTable { - margin: auto; -} TABLE.infoTable .value { text-align: left; } |