bug fixed: incorrect value for property

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1237 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2006-04-21 20:19:52 +00:00
parent 9252f54fa4
commit 0fb4875162
+1 -1
View File
@@ -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 */
}