Skip to content

Commit

Permalink
Forgot to update css
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Sep 24, 2013
1 parent 46e5166 commit 4b0347d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# noUiSlider
_Current version: 4.0.2_
_Current version: 4.0.3_

noUiSlider is a super tiny jQuery plugin that allows you to create range sliders.
It fully supports touch, and it is way(!) less bloated than the jQueryUI library.
Expand All @@ -9,6 +9,9 @@ A full documentation, including examples, is available on the [noUiSlider docume
Changes
-------

**Changelog for version 4.0.3:**
+ Missed a file while updating to 4.0.2.

**Changelog for version 4.0.2:**
_[current patch release]_
+ Fixed some minor CSS issues in the default theme
Expand Down
2 changes: 2 additions & 0 deletions jquery.nouislider.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* width or height on the slider.
*/
.noUi-base {
width: 100%;
height: 40px;
position: relative;
max-width: 100%;
Expand Down Expand Up @@ -90,6 +91,7 @@
*/
.noUi-vertical {
width: 40px;
height: 100%;
}
.noUi-vertical .noUi-origin {
bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion nouislider.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "http://refreshless.com/nouislider/license.txt"
}
],
"version": "4.0.2",
"version": "4.0.3",
"author": {
"name": "Léon Gersen",
"url": "https://twitter.com/LeonGersen"
Expand Down

0 comments on commit 4b0347d

Please sign in to comment.