diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-21 20:55:42 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-21 20:55:42 +0000 |
commit | 4c28c9f2ea3fa6d0b533086d36bbee9bf3e2d69b (patch) | |
tree | cf09c9d034b7de029d31a19745bd445edad40dca /template/yoga/content.css | |
parent | 1706a2d536f6931cfeb6258147572322cb92a956 (diff) |
revert to 1208
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1243 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/content.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index a1a5e1d0e..d7bf95884 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; + display: table-cell; display: inline-table; display: inline-block; vertical-align: top; /* OK with Opera and IE6 not Geko */ text-align: center; /* to center the thumbnail and legend in Geko/Opera */ } |