Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Fix IE10 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Mar 25, 2019
1 parent cf6d46f commit 9568ebf
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 203 deletions.
2 changes: 1 addition & 1 deletion dist/pageable.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
Version: 0.6.7
Version: 0.6.8
*/
.pg-pips{position:fixed;z-index:1000}.pg-pips ul{margin:0;padding:0}.pg-pips ul li{width:14px;height:14px;margin:7px;position:relative}.pg-pips ul li:hover a{width:10px;height:10px;margin:-5px 0 0 -5px}.pg-pips ul li a{display:block;cursor:pointer;text-decoration:none;border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#fff;left:50%;top:50%;margin:-2px 0 0 -2px}.pg-pips ul li a.active,.pg-pips ul li:hover a.active{position:absolute;height:14px;width:14px;margin:-7px 0 0 -7px;border-radius:100%}.pg-vertical .pg-pips{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.pg-vertical .pg-pips li{display:block}.pg-horizontal .pg-pips{bottom:10px;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.pg-horizontal .pg-pips li{display:inline-block}
36 changes: 2 additions & 34 deletions dist/pageable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pageable",
"version": "0.6.7",
"version": "0.6.8",
"description": "Create full page scrolling web pages. No jQuery.",
"main": "dist/pageable.min.js",
"scripts": {
Expand Down
Loading

0 comments on commit 9568ebf

Please sign in to comment.