mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-04 04:44:42 +00:00
removed qualification of img { max-width: 100%; } to only fullscreen settings - now global within framework.
This commit is contained in:
parent
5de358b8a5
commit
d16da24e0e
1 changed files with 4 additions and 3 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue