Fix for reposonsive images (#27155077) by @ophian.

This commit is contained in:
Matthias Mees 2013-01-14 15:42:34 +01:00
parent 271550778f
commit 31301cd5f9

View File

@ -214,14 +214,16 @@ img { vertical-align: middle; }
/* Responsive media objects
http://unstoppablerobotninja.com/entry/fluid-images */
/*embed,
embed,
object,
audio,
video,
img { max-width: 100%; }
video,
img { height: auto; }*/
img { height: auto; }
.htmlarea .toolbar img { max-width: inherit; }
fieldset {
border: 0;