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 +4 -4
- data/app/assets/javascripts/twitter/bootstrap/affix.js +2 -2
- data/app/assets/javascripts/twitter/bootstrap/alert.js +2 -2
- data/app/assets/javascripts/twitter/bootstrap/button.js +2 -2
- data/app/assets/javascripts/twitter/bootstrap/carousel.js +2 -2
- data/app/assets/javascripts/twitter/bootstrap/collapse.js +2 -2
- data/app/assets/javascripts/twitter/bootstrap/dropdown.js +2 -2
- data/app/assets/javascripts/twitter/bootstrap/modal.js +2 -2
- data/app/assets/javascripts/twitter/bootstrap/popover.js +2 -2
- data/app/assets/javascripts/twitter/bootstrap/scrollspy.js +2 -2
- data/app/assets/javascripts/twitter/bootstrap/tab.js +2 -2
- data/app/assets/javascripts/twitter/bootstrap/tooltip.js +2 -2
- data/app/assets/javascripts/twitter/bootstrap/transition.js +2 -2
- data/lib/generators/bootswatch/install/templates/mixins.less.tt +2 -2
- data/lib/twitter/bootswatch/rails/version.rb +1 -1
- data/vendor/toolkit/twitter/bootstrap/forms.less +6 -8
- data/vendor/toolkit/twitter/bootstrap/mixins.less +2 -2
- data/vendor/toolkit/twitter/bootstrap/panels.less +1 -1
- data/vendor/toolkit/twitter/bootstrap/thumbnails.less +11 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfe72fe05516c24cccf29981fa74902798a7311e
|
|
4
|
+
data.tar.gz: 4cd7874b879177777c23cded54ab74ac8ba139e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2ec91d37d6e703aa7f047506acb3ba88ec0aa05768fd18e94c91338dd256f69fbdffd99067b290967300afa39ce5ea2ffd425fa03d9547dd93f7d9bbb6a1a92
|
|
7
|
+
data.tar.gz: 8e6685de6da217901df5f7c321d6a372f73a286bd0668bf4d49efdc09958685d68c39ad34d5f6e23a6d72c3ff3c173c1367d0f69111f85e2aa96681da7412376
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: affix.js v3.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
|
-
}(
|
|
126
|
+
}(jQuery);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: alert.js v3.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
|
-
}(
|
|
98
|
+
}(jQuery);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: button.js v3.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
|
-
}(
|
|
109
|
+
}(jQuery);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: carousel.js v3.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
|
-
}(
|
|
217
|
+
}(jQuery);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: collapse.js v3.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
|
-
}(
|
|
179
|
+
}(jQuery);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: dropdown.js v3.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
|
-
}(
|
|
154
|
+
}(jQuery);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: modal.js v3.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
|
-
}(
|
|
246
|
+
}(jQuery);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: popover.js v3.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
|
-
}(
|
|
117
|
+
}(jQuery);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: scrollspy.js v3.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
|
-
}(
|
|
158
|
+
}(jQuery);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: tab.js v3.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
|
-
}(
|
|
135
|
+
}(jQuery);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: tooltip.js v3.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
|
-
}(
|
|
386
|
+
}(jQuery);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: transition.js v3.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
|
-
}(
|
|
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
|
|
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);
|
|
@@ -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
|
|
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);
|
|
@@ -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
|
|
22
|
-
a
|
|
23
|
-
a
|
|
24
|
-
|
|
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
|
-
.
|
|
29
|
-
|
|
30
|
-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2013-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|