bug 20 : thumbnails don't align under Microsoft Internet Explorer. Corrected

git-svn-id: http://piwigo.org/svn/branches/release-1_3@416 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub 2004-04-30 18:15:26 +00:00
parent 4aa919f38f
commit 735f9f0d99

View file

@ -205,4 +205,16 @@ div.information {
font-size:120%;
text-align:center;
color:red;
}
}
.thumbnail {
font-size:11px;
text-align:center;
vertical-align: baseline;
white-space: nowrap;
}
table.thumbnail {
border-collapse:separate;
display:inline-table;
}