Skip to content

Commit

Permalink
Removes auto center from theme - v4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwanderski committed Feb 24, 2017
1 parent bdf9d7f commit d169c65
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bxslider-4",
"version": "4.2.7",
"version": "4.2.8",
"homepage": "http://bxslider.com",
"license": "MIT",
"main": [
Expand Down
4 changes: 2 additions & 2 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://github.com/stevenwanderski/bxslider-4/issues/1095

---

#bxSlider 4.2.7
#bxSlider 4.2.8
##The fully-loaded, responsive jQuery content slider

###Why should I use this slider?
Expand Down Expand Up @@ -638,7 +638,7 @@ Everyone is welcome to help [contribute](CONTRIBUTING.md) and improve this proje

## Changelog

### Version 4.2.7
### Version 4.2.8
* Allows new version to be published to NPM

### Version 4.2.6
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.bxslider.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/** VARIABLES
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
position: relative;
margin: 0 auto 60px;
margin-bottom: 60px;
padding: 0;
*zoom: 1;
-ms-touch-action: pan-y;
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.bxslider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* bxSlider v4.2.7
* bxSlider v4.2.8
* Copyright 2013-2015 Steven Wanderski
* Written while drinking Belgian ales and listening to jazz
* Licensed under MIT (http://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.bxslider.min.css

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

2 changes: 1 addition & 1 deletion dist/jquery.bxslider.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bxslider",
"description": "Touch enabled jQuery plugin for creating responsive carousels and sliders.",
"version": "4.2.7",
"version": "4.2.8",
"homepage": "http://bxslider.com",
"author": {
"name": "Steven Wanderski",
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://github.com/stevenwanderski/bxslider-4/issues/1095

---

#bxSlider 4.2.7
#bxSlider 4.2.8
##The fully-loaded, responsive jQuery content slider

###Why should I use this slider?
Expand Down Expand Up @@ -638,6 +638,9 @@ Everyone is welcome to help [contribute](CONTRIBUTING.md) and improve this proje

## Changelog

### Version 4.2.8
* Removes auto-centering from the theme file (`jquery.bxslider.css`)

### Version 4.2.7
* Allows new version to be published to NPM

Expand Down
4 changes: 2 additions & 2 deletions src/css/jquery.bxslider.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/** VARIABLES
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
position: relative;
margin: 0 auto 60px;
margin-bottom: 60px;
padding: 0;
*zoom: 1;
-ms-touch-action: pan-y;
Expand Down
2 changes: 1 addition & 1 deletion src/js/jquery.bxslider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* bxSlider v4.2.7
* bxSlider v4.2.8
* Copyright 2013-2015 Steven Wanderski
* Written while drinking Belgian ales and listening to jazz
* Licensed under MIT (http://opensource.org/licenses/MIT)
Expand Down

0 comments on commit d169c65

Please sign in to comment.