mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user