Skip to content

Commit

Permalink
Fix bad content rendering on ios.
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Feb 15, 2014
1 parent 6376b3c commit e658a35
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 17 deletions.
Empty file added bower.json
Empty file.
8 changes: 1 addition & 7 deletions dist/jquery.remodal.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Remodal - v0.9 - 2014-02-14
/*! Remodal - v0.9 - 2014-02-15
* https://github.com/VodkaBears/remodal
* Copyright (c) 2014 VodkaBears; */
/* Fonts */
Expand All @@ -13,12 +13,6 @@ html.remodal_lock, body.remodal_lock {

/* Background for effects(begin) */
.remodal-bg {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);

-webkit-transition: -webkit-filter 0.2s linear;
-moz-transition: -moz-filter 0.2s linear;
-o-transition: -o-filter 0.2s linear;
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.remodal.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Remodal - v0.9 - 2014-02-14
/*! Remodal - v0.9 - 2014-02-15
* https://github.com/VodkaBears/remodal
* Copyright (c) 2014 VodkaBears; */
;
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.remodal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added remodal.jquery.json
Empty file.
8 changes: 1 addition & 7 deletions src/jquery.remodal.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Remodal - v0.9 - 2014-02-14
/*! Remodal - v0.9 - 2014-02-15
* https://github.com/VodkaBears/remodal
* Copyright (c) 2014 VodkaBears; */
/* Fonts */
Expand All @@ -13,12 +13,6 @@ html.remodal_lock, body.remodal_lock {

/* Background for effects(begin) */
.remodal-bg {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);

-webkit-transition: -webkit-filter 0.2s linear;
-moz-transition: -moz-filter 0.2s linear;
-o-transition: -o-filter 0.2s linear;
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.remodal.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Remodal - v0.9 - 2014-02-14
/*! Remodal - v0.9 - 2014-02-15
* https://github.com/VodkaBears/remodal
* Copyright (c) 2014 VodkaBears; */
;
Expand Down

0 comments on commit e658a35

Please sign in to comment.