Redbasic - get rid of max-height for images (got lost in the merge last time it was fixed)

This commit is contained in:
Thomas Willingham 2013-03-23 15:58:21 +00:00
parent 0999b88a48
commit d9b51c6db5

View File

@ -1090,8 +1090,7 @@ footer {
}
.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 */
}