diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-17 10:38:21 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-17 10:38:21 +0000 |
commit | 273ea4de5cddb65c475cd1fa40e94d02fd06e427 (patch) | |
tree | b0142db20eb3859986cca579da7824de128ccac4 /template/yoga/thumbnails.css | |
parent | 856f707fe60d64b0e7a6a8748ed847f72284287c (diff) |
Some css changes to reach CSS3 Conformity (even not official)
(New): mozilla family hacks are all in a not-ie.css
(New): HTTP Upload has been moved (enhanced visibility).
git-svn-id: http://piwigo.org/svn/trunk@1832 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/thumbnails.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/thumbnails.css b/template/yoga/thumbnails.css index 854a10dda..0fb01ed8e 100644 --- a/template/yoga/thumbnails.css +++ b/template/yoga/thumbnails.css @@ -17,7 +17,8 @@ #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-block; /* Why 3 display option ??? */ vertical-align: top; /* OK with Opera and IE6 not Geko */ text-align: center; /* to center the thumbnail and legend in Geko/Opera */ } |