removed qualification of img { max-width: 100%; } to only fullscreen settings - now global within framework.

This commit is contained in:
scottjehl 2011-12-26 16:01:57 +07:00
parent 5de358b8a5
commit d16da24e0e

View file

@ -83,9 +83,10 @@ div.ui-mobile-viewport { overflow-x: hidden; }
/* icons sizing */
.ui-icon { width: 18px; height: 18px; }
/* fullscreen class on ui-content div */
.ui-fullscreen { }
.ui-fullscreen img { max-width: 100%; }
/* fluid images */
.ui-mobile img {
max-width: 100%;
}
/* non-js content hiding */
.ui-nojs { position: absolute; left: -9999px; }