diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-19 18:20:26 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-19 18:20:26 +0000 |
commit | 9d320b9b266dfe9c86d1b2a44cfbb0fd37c6bcab (patch) | |
tree | 4a932f23fc450ca89a4f8da5999f2f103971248e /template/yoga | |
parent | c3614fd12c2296a7410d6bd26f35f988a4dd49f1 (diff) |
Thumbnails page display correction for Konqueror 3.5.5 - Opera 9.10 - MSIE 5.01 - MSIE 6.0 - MSIE 7.0 - Safari 2.0 and more.
git-svn-id: http://piwigo.org/svn/trunk@1838 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/thumbnails.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/thumbnails.css b/template/yoga/thumbnails.css index 0fb01ed8e..4e67b527d 100644 --- a/template/yoga/thumbnails.css +++ b/template/yoga/thumbnails.css @@ -17,8 +17,8 @@ #content UL.thumbnails SPAN.wrap1 { margin: 0 5px 5px 5px; - display: table-cell; /* display: inline-table; - /* display: inline-block; /* Why 3 display option ??? */ + 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 */ } |