Setting height for media thumbnail to also 200px
Not sure why height wasn't at 200px but anyway not having at 200px means some images would hit overlap.
This commit is contained in:
@@ -186,7 +186,7 @@ ul.media_thumbnail {
|
||||
|
||||
li.media_thumbnail {
|
||||
width:200px;
|
||||
height:133px;
|
||||
height:200px;
|
||||
display:-moz-inline-stack;
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
|
||||
Reference in New Issue
Block a user