twbs_less_rails 2.4.0 → 2.5.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a393241c768f8b46e4ba491a28b2f72781417f4
4
- data.tar.gz: 46323f234fc2451c1724b337f6d79dcaff569904
3
+ metadata.gz: 887df5706b3d226768495f56edd14da8e625145d
4
+ data.tar.gz: 842d9c6a35309f68d94c18d3afef9692ff2e54c5
5
5
  SHA512:
6
- metadata.gz: 6b489ff71cacaebdfbae247c3dd4a4b17d142fa0fed2af4f34992a721a269f9859744ad0f651a183d6f7657db6dd06384e07e5e279aefa200acb006e0b5a39f8
7
- data.tar.gz: 7ffbbebfa697accf16cdb526b6c040ac4def56f373ef7c605921245348a0554921b656e903473d24c57397c3f3ff635103ac70c3529792496c2e219e7b45e338
6
+ metadata.gz: 72a43d0a676731d0790e2da48fcf41f8d69a649d4582f2a55b0efb1b74da32bb6add593d11eb7882a60a2f035e86895ae4036857551601ab77a0e4c2b3d76334
7
+ data.tar.gz: a77a46f2be4f25a0d81f75ce791636a6faf826a7bdb11740ce260a9cc55da21b577d86993d6d4728cc629769c7ef484131c98e57e5215a09d66006e82989408f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 2.5.0
5
+ -----
6
+ * Bootstrap 3.0.2 @ [463343af63](https://github.com/twbs/bootstrap/tree/463343af63344dbbc3db04f40b0b804baa919b7e)
7
+
4
8
  2.4.0
5
9
  -----
6
10
  * Bootstrap 3.0.1 @ [13b96677ba](https://github.com/twbs/bootstrap/tree/13b96677bacf3de360a762d11ad0e0007f0710da)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- twbs_less_rails (2.4.0)
4
+ twbs_less_rails (2.5.0)
5
5
  less-rails
6
6
  rails (>= 3.2.15)
7
7
  therubyracer
@@ -1,3 +1,3 @@
1
1
  module TwbsLessRails
2
- VERSION = "2.4.0"
2
+ VERSION = "2.5.0"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: affix.js v3.0.1
2
+ * Bootstrap: affix.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#affix
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -123,4 +123,4 @@
123
123
  })
124
124
  })
125
125
 
126
- }(window.jQuery);
126
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: alert.js v3.0.1
2
+ * Bootstrap: alert.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#alerts
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -95,4 +95,4 @@
95
95
 
96
96
  $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
97
97
 
98
- }(window.jQuery);
98
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: button.js v3.0.1
2
+ * Bootstrap: button.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#buttons
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -106,4 +106,4 @@
106
106
  e.preventDefault()
107
107
  })
108
108
 
109
- }(window.jQuery);
109
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: carousel.js v3.0.1
2
+ * Bootstrap: carousel.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#carousel
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -214,4 +214,4 @@
214
214
  })
215
215
  })
216
216
 
217
- }(window.jQuery);
217
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: collapse.js v3.0.1
2
+ * Bootstrap: collapse.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#collapse
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -176,4 +176,4 @@
176
176
  $target.collapse(option)
177
177
  })
178
178
 
179
- }(window.jQuery);
179
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: dropdown.js v3.0.1
2
+ * Bootstrap: dropdown.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#dropdowns
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -151,4 +151,4 @@
151
151
  .on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
152
152
  .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
153
153
 
154
- }(window.jQuery);
154
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: modal.js v3.0.1
2
+ * Bootstrap: modal.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#modals
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -243,4 +243,4 @@
243
243
  .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
244
244
  .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
245
245
 
246
- }(window.jQuery);
246
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: popover.js v3.0.1
2
+ * Bootstrap: popover.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#popovers
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -114,4 +114,4 @@
114
114
  return this
115
115
  }
116
116
 
117
- }(window.jQuery);
117
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: scrollspy.js v3.0.1
2
+ * Bootstrap: scrollspy.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#scrollspy
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -155,4 +155,4 @@
155
155
  })
156
156
  })
157
157
 
158
- }(window.jQuery);
158
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tab.js v3.0.1
2
+ * Bootstrap: tab.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#tabs
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -132,4 +132,4 @@
132
132
  $(this).tab('show')
133
133
  })
134
134
 
135
- }(window.jQuery);
135
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tooltip.js v3.0.1
2
+ * Bootstrap: tooltip.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#tooltip
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ========================================================================
@@ -383,4 +383,4 @@
383
383
  return this
384
384
  }
385
385
 
386
- }(window.jQuery);
386
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: transition.js v3.0.1
2
+ * Bootstrap: transition.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#transitions
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -53,4 +53,4 @@
53
53
  $.support.transition = transitionEnd()
54
54
  })
55
55
 
56
- }(window.jQuery);
56
+ }(jQuery);
@@ -750,7 +750,7 @@
750
750
  .col(1); // kickstart it
751
751
  }
752
752
 
753
- .calc-grid(@index, @class, @type) when (@type = width) {
753
+ .calc-grid(@index, @class, @type) when (@type = width) and (@index > 0) {
754
754
  .col-@{class}-@{index} {
755
755
  width: percentage((@index / @grid-columns));
756
756
  }
@@ -772,7 +772,7 @@
772
772
  }
773
773
 
774
774
  // Basic looping in LESS
775
- .make-grid(@index, @class, @type) when (@index > 0) {
775
+ .make-grid(@index, @class, @type) when (@index >= 0) {
776
776
  .calc-grid(@index, @class, @type);
777
777
  // next iteration
778
778
  .make-grid(@index - 1, @class, @type);
@@ -104,10 +104,12 @@ th {
104
104
  //
105
105
  // Default zebra-stripe styles (alternating gray and transparent backgrounds)
106
106
 
107
- .table-striped > tbody > tr:nth-child(odd) {
108
- > td,
109
- > th {
110
- background-color: @table-bg-accent;
107
+ .table-striped {
108
+ > tbody > tr:nth-child(odd) {
109
+ > td,
110
+ > th {
111
+ background-color: @table-bg-accent;
112
+ }
111
113
  }
112
114
  }
113
115
 
@@ -116,10 +118,12 @@ th {
116
118
  //
117
119
  // Placed here since it has to come after the potential zebra striping
118
120
 
119
- .table-hover > tbody > tr:hover {
120
- > td,
121
- > th {
122
- background-color: @table-bg-hover;
121
+ .table-hover {
122
+ > tbody > tr:hover {
123
+ > td,
124
+ > th {
125
+ background-color: @table-bg-hover;
126
+ }
123
127
  }
124
128
  }
125
129
 
@@ -148,14 +152,18 @@ table {
148
152
  // Exact selectors below required to override `.table-striped` and prevent
149
153
  // inheritance to nested tables.
150
154
 
151
- .table > thead > tr,
152
- .table > tbody > tr,
153
- .table > tfoot > tr {
154
- > td.active,
155
- > th.active,
156
- &.active > td,
157
- &.active > th {
158
- background-color: @table-bg-active;
155
+ .table {
156
+ > thead,
157
+ > tbody,
158
+ > tfoot {
159
+ > tr {
160
+ > td.active,
161
+ > th.active,
162
+ &.active > td,
163
+ &.active > th {
164
+ background-color: @table-bg-active;
165
+ }
166
+ }
159
167
  }
160
168
  }
161
169
 
@@ -14,18 +14,17 @@
14
14
  margin-left: auto;
15
15
  margin-right: auto;
16
16
  }
17
- }
18
-
19
17
 
20
- // Add a hover state for linked versions only
21
- a.thumbnail:hover,
22
- a.thumbnail:focus,
23
- a.thumbnail.active {
24
- border-color: @link-color;
25
- }
18
+ // Add a hover state for linked versions only
19
+ a&:hover,
20
+ a&:focus,
21
+ a&.active {
22
+ border-color: @link-color;
23
+ }
26
24
 
27
- // Image captions
28
- .thumbnail .caption {
29
- padding: @thumbnail-caption-padding;
30
- color: @thumbnail-caption-color;
25
+ // Image captions
26
+ .caption {
27
+ padding: @thumbnail-caption-padding;
28
+ color: @thumbnail-caption-color;
29
+ }
31
30
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twbs_less_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - diowa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-05 00:00:00.000000000 Z
11
+ date: 2013-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails