aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-04-21 20:19:52 +0000
committernikrou <nikrou@piwigo.org>2006-04-21 20:19:52 +0000
commit0fb48751626c05a8969192ed3a263048984ac38c (patch)
tree286f9748b31adaa78e949fb8a692aeae9d7f6be4
parent9252f54fa41697d515b55693474afcafc6d7817a (diff)
bug fixed: incorrect value for property
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1237 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/yoga/content.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css
index d7bf95884..a1a5e1d0e 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -47,7 +47,7 @@ BODY#theNBMPage #content
#content UL.thumbnails SPAN.wrap1 {
margin: 0 5px 5px 5px;
- display: table-cell; display: inline-table; display: inline-block;
+ display: table-cell; display: inline-table; display: inline;
vertical-align: top; /* OK with Opera and IE6 not Geko */
text-align: center; /* to center the thumbnail and legend in Geko/Opera */
}