Get rid of max-height - no longer breaks newer versions of chrome, but does break showmore.

This commit is contained in:
Thomas Willingham 2013-03-11 02:19:25 +00:00
parent 0d504715c1
commit dd45daaad8

View File

@ -1090,8 +1090,7 @@ footer {
} }
.wall-item-content img { .wall-item-content img {
max-height: 95% !important; max-width: 95% !important;
max-width: 95% !important;
/* box-shadow: 8px 8px 8px #666; can't really have this because of smileys */ /* box-shadow: 8px 8px 8px #666; can't really have this because of smileys */
} }