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:
parent
4aa919f38f
commit
735f9f0d99
1 changed files with 13 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue