Merge pull request #1565 from 88mpg/assets-alignnone-height

add auto height to .alignnone to prevent vertical stretch of image
This commit is contained in:
Ben Word
2015-10-23 11:12:03 -05:00

View File

@@ -6,6 +6,7 @@
margin-left: 0;
margin-right: 0;
max-width: 100%;
height: auto;
}
.aligncenter {
display: block;