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

Commit 9568ebf

Browse files
committed
Fix IE10 compatability
1 parent cf6d46f commit 9568ebf

File tree

5 files changed

+194
-203
lines changed

5 files changed

+194
-203
lines changed

dist/pageable.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
55
and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
66
7-
Version: 0.6.7
7+
Version: 0.6.8
88
99
*/
1010
.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}

dist/pageable.min.js

Lines changed: 2 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pageable",
3-
"version": "0.6.7",
3+
"version": "0.6.8",
44
"description": "Create full page scrolling web pages. No jQuery.",
55
"main": "dist/pageable.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)