bxslider-rails 4.2.3 → 4.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,13 @@
1
- /***
2
- * BxSlider v4.2.3 - Fully loaded, responsive content slider
3
- * http://bxslider.com
4
- *
5
- * Written by: Steven Wanderski, 2014
6
- * http://stevenwanderski.com
7
- * (while drinking Belgian ales and listening to jazz)
8
- *
9
- * CEO and founder of bxCreative, LTD
10
- * http://bxcreative.com
11
- ***/
1
+ /**
2
+ * bxSlider v4.2.4
3
+ * Copyright 2013-2015 Steven Wanderski
4
+ * Written while drinking Belgian ales and listening to jazz
5
+
6
+ * Licensed under MIT (http://opensource.org/licenses/MIT)
7
+ */
8
+
9
+ /** VARIABLES
10
+ ===================================*/
12
11
  /** RESET AND LAYOUT
13
12
  ===================================*/
14
13
  .bx-wrapper {
@@ -37,6 +36,7 @@ ul.bxslider {
37
36
  /** THEME
38
37
  ===================================*/
39
38
  .bx-wrapper {
39
+ -moz-box-shadow: 0 0 5px #ccc;
40
40
  -webkit-box-shadow: 0 0 5px #ccc;
41
41
  box-shadow: 0 0 5px #ccc;
42
42
  border: 5px solid #fff;
@@ -76,6 +76,8 @@ ul.bxslider {
76
76
  height: 10px;
77
77
  margin: 0 5px;
78
78
  outline: 0;
79
+ -moz-border-radius: 5px;
80
+ -webkit-border-radius: 5px;
79
81
  border-radius: 5px;
80
82
  }
81
83
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bxslider-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.3
4
+ version: 4.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio N. Ferreira