twitter-bootswatch-rails 3.0.1.0 → 3.0.2.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: 873d6f2f5f5bb8f2b71ea1ebfd6ab888736a7d36
4
- data.tar.gz: 81bf6cd1435b16a7829aff3ab197b546de5b9fca
3
+ metadata.gz: cfe72fe05516c24cccf29981fa74902798a7311e
4
+ data.tar.gz: 4cd7874b879177777c23cded54ab74ac8ba139e4
5
5
  SHA512:
6
- metadata.gz: 863a984f0cbe77fa9c3bef5441548493f6f49ec5812d0d0776b2003ed2f94ac191df4dd6ef939c25314bcc0c049ed0656538f213749044898c0790f324569c11
7
- data.tar.gz: aadd226602ed871c10135959a13ab25889458081180770d1b921c97ef251ead7cbb27cf1cc8de0493abab034a83656c06e52400613fb51acd4ec6c34d1325666
6
+ metadata.gz: b2ec91d37d6e703aa7f047506acb3ba88ec0aa05768fd18e94c91338dd256f69fbdffd99067b290967300afa39ce5ea2ffd425fa03d9547dd93f7d9bbb6a1a92
7
+ data.tar.gz: 8e6685de6da217901df5f7c321d6a372f73a286bd0668bf4d49efdc09958685d68c39ad34d5f6e23a6d72c3ff3c173c1367d0f69111f85e2aa96681da7412376
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: affix.js v3.0.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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);
@@ -753,7 +753,7 @@
753
753
  .col(1); // kickstart it
754
754
  }
755
755
 
756
- .calc-grid(@index, @class, @type) when (@type = width) {
756
+ .calc-grid(@index, @class, @type) when (@type = width) and (@index > 0) {
757
757
  .col-@{class}-@{index} {
758
758
  width: percentage((@index / @grid-columns));
759
759
  }
@@ -775,7 +775,7 @@
775
775
  }
776
776
 
777
777
  // Basic looping in LESS
778
- .make-grid(@index, @class, @type) when (@index > 0) {
778
+ .make-grid(@index, @class, @type) when (@index >= 0) {
779
779
  .calc-grid(@index, @class, @type);
780
780
  // next iteration
781
781
  .make-grid(@index - 1, @class, @type);
@@ -1,7 +1,7 @@
1
1
  module Twitter
2
2
  module Bootswatch
3
3
  module Rails
4
- VERSION = '3.0.1.0'
4
+ VERSION = '3.0.2.0'
5
5
  end
6
6
  end
7
7
  end
@@ -92,14 +92,6 @@ output {
92
92
  vertical-align: middle;
93
93
  }
94
94
 
95
- // Placeholder
96
- //
97
- // Placeholder text gets special styles because when browsers invalidate entire
98
- // lines if it doesn't understand a selector/
99
- .form-control {
100
- .placeholder();
101
- }
102
-
103
95
 
104
96
  // Common form controls
105
97
  //
@@ -142,6 +134,12 @@ output {
142
134
  // Customize the `:focus` state to imitate native WebKit styles.
143
135
  .form-control-focus();
144
136
 
137
+ // Placeholder
138
+ //
139
+ // Placeholder text gets special styles because when browsers invalidate entire
140
+ // lines if it doesn't understand a selector/
141
+ .placeholder();
142
+
145
143
  // Disabled and read-only inputs
146
144
  // Note: HTML5 says that controls under a fieldset > legend:first-child won't
147
145
  // be disabled if the fieldset is disabled. Due to implementation difficulty,
@@ -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);
@@ -96,7 +96,7 @@
96
96
  border-bottom: 1px solid transparent;
97
97
  .border-top-radius(@panel-border-radius - 1);
98
98
 
99
- & > .dropdown .dropdown-toggle {
99
+ > .dropdown .dropdown-toggle {
100
100
  color: inherit;
101
101
  }
102
102
  }
@@ -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: twitter-bootswatch-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1.0
4
+ version: 3.0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott V. Rosenthal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-30 00:00:00.000000000 Z
11
+ date: 2013-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties