Skip to content

Commit

Permalink
Fixes auto control theme
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwanderski committed Mar 8, 2017
1 parent 1dbcd4d commit 090b9e2
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 8 deletions.
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "bxslider-4",
"version": "4.2.11",
"homepage": "http://bxslider.com",
"license": "MIT",
"main": [
Expand Down
5 changes: 4 additions & 1 deletion 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.11
#bxSlider 4.2.12
##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.12
* Fixes auto control theme

### Version 4.2.11
* Removes auto-centering for sliders with no pager or controls

Expand Down
1 change: 1 addition & 0 deletions dist/jquery.bxslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ul.bxslider {
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
vertical-align: bottom;
*zoom: 1;
*display: inline;
}
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.11
* bxSlider v4.2.12
* 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.11",
"version": "4.2.12",
"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.11
#bxSlider 4.2.12
##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.12
* Fixes auto control theme

### Version 4.2.11
* Removes auto-centering for sliders with no pager or controls

Expand Down
1 change: 1 addition & 0 deletions src/css/jquery.bxslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ul.bxslider {
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
vertical-align: bottom;
*zoom: 1;
*display: inline;
}
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.11
* bxSlider v4.2.12
* 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 090b9e2

Please sign in to comment.