Fix inconsistent break line on IE9-10

This commit is contained in:
Saivann 2013-10-31 00:08:25 -04:00
parent 7645fb71f8
commit c40c6c68bf
2 changed files with 2 additions and 0 deletions

View file

@ -267,6 +267,7 @@ body{
width:72px;
height:110px;
vertical-align:top;
white-space:normal;
}
.previewrow div a img{
display:block;

View file

@ -748,6 +748,7 @@ li p{
height:110px;
display:inline-block;
vertical-align:top;
white-space:nowrap;
}
.previewrow>div>div{
opacity:0;