twbs_less_rails 2.0.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -2
- data/Gemfile.lock +2 -2
- data/lib/twbs_less_rails/version.rb +1 -1
- data/vendor/assets/stylesheets/fontawesome/font-awesome.less +1 -1
- data/vendor/assets/stylesheets/fontawesome/icons.less +1 -1
- data/vendor/assets/stylesheets/fontawesome/stacked.less +1 -0
- data/vendor/assets/stylesheets/fontawesome/variables.less +3 -3
- data/vendor/assets/stylesheets/twbs/bootstrap/button-groups.less +1 -1
- data/vendor/assets/stylesheets/twbs/bootstrap/carousel.less +1 -1
- data/vendor/assets/stylesheets/twbs/bootstrap/dropdowns.less +1 -1
- data/vendor/assets/stylesheets/twbs/bootstrap/mixins.less +8 -4
- data/vendor/assets/stylesheets/twbs/bootstrap/navbar.less +2 -2
- data/vendor/assets/stylesheets/twbs/bootstrap/print.less +6 -0
- data/vendor/assets/stylesheets/twbs/bootstrap/progress-bars.less +2 -6
- data/vendor/assets/stylesheets/twbs/bootstrap/type.less +7 -1
- 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: 37abc506387bfaa52967d97257c014ee567613df
|
4
|
+
data.tar.gz: 2bea3eb9fb6f30c76839b18757e7a25fe51e274a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b1c2f47e614ae6ec496e512386f5f62e6f9c3d1ecb092e6263c336dd17378e7bfea71da050c64d2133e6ec72ef10acd0c59699ac425019f6d8eea17187cdd39
|
7
|
+
data.tar.gz: 8c6af4d8c631daf991d8fff4ef63a58571188ae7408846910ab7b09860d5b33931f926fdf41dd87c029d17e8e22faa732a4e15aa4c746e6315619e2bfbf884d6
|
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,15 @@
|
|
1
1
|
Changelog
|
2
2
|
=========
|
3
3
|
|
4
|
+
2.1.0
|
5
|
+
-----
|
6
|
+
* Bootstrap 3.0.0 @ [30127a4296](https://github.com/twbs/bootstrap/commit/30127a4296476f0b21acac8b919e74806dd5e474)
|
7
|
+
* FontAwesome 4.0.1 @ [c84c8ab2df](https://github.com/FortAwesome/Font-Awesome/commit/c84c8ab2df8e20b3dc2eb5738a83eb00c20c25d6)
|
8
|
+
|
4
9
|
2.0.0
|
5
10
|
-----
|
6
11
|
* Bootstrap 3.0.0 @ [eb77241ae2](https://github.com/twbs/bootstrap/commit/eb77241ae2d4b90fccea1707e12caca355a1afce)
|
7
|
-
* FontAwesome 4.0.0 @
|
12
|
+
* FontAwesome 4.0.0 @ [4e92eeb8ec](https://github.com/FortAwesome/Font-Awesome/commit/4e92eeb8ec7c757b74fc60b6ac8cdef937e0614f)
|
8
13
|
|
9
14
|
1.0.2
|
10
15
|
-----
|
@@ -13,5 +18,5 @@ Changelog
|
|
13
18
|
1.0.0
|
14
19
|
-----
|
15
20
|
* Bootstrap 3.0.0 @ [32468b087b](https://github.com/twbs/bootstrap/commit/32468b087b615d1ed710f9118ff4f669cc5ad5e8)
|
16
|
-
* Fontawesome 3.2.1 @
|
21
|
+
* Fontawesome 3.2.1 @ [906345058f](https://github.com/FortAwesome/Font-Awesome/commit/906345058f738c2b931f89754a319ed108e17bd8)
|
17
22
|
* Respond.js 1.3.0 @ [ad87635f83](https://github.com/scottjehl/Respond/commit/ad87635f83f8b811e1da53c082325a4b35960771)
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
twbs_less_rails (2.
|
4
|
+
twbs_less_rails (2.1.0)
|
5
5
|
less-rails
|
6
6
|
rails (>= 3.2.15)
|
7
7
|
therubyracer
|
@@ -70,7 +70,7 @@ GEM
|
|
70
70
|
mime-types (~> 1.16)
|
71
71
|
treetop (~> 1.4.8)
|
72
72
|
mime-types (1.25)
|
73
|
-
mini_portile (0.5.
|
73
|
+
mini_portile (0.5.2)
|
74
74
|
minitest (4.7.5)
|
75
75
|
multi_json (1.8.2)
|
76
76
|
nokogiri (1.6.0)
|
@@ -158,7 +158,7 @@
|
|
158
158
|
.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; }
|
159
159
|
.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; }
|
160
160
|
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; }
|
161
|
-
.@{fa-css-prefix}-hdd:before { content: @fa-var-hdd; }
|
161
|
+
.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; }
|
162
162
|
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
163
163
|
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; }
|
164
164
|
.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; }
|
@@ -2,9 +2,9 @@
|
|
2
2
|
// --------------------------
|
3
3
|
|
4
4
|
@fa-font-path: "../fonts";
|
5
|
-
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.
|
5
|
+
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.1/fonts"; // for referencing Bootstrap CDN font files directly
|
6
6
|
@fa-css-prefix: fa;
|
7
|
-
@fa-version: "4.0.
|
7
|
+
@fa-version: "4.0.1";
|
8
8
|
@fa-border-color: #eee;
|
9
9
|
@fa-inverse: #fff;
|
10
10
|
@fa-li-width: (30em / 14);
|
@@ -159,7 +159,7 @@
|
|
159
159
|
@fa-var-unlock: "\f09c";
|
160
160
|
@fa-var-credit-card: "\f09d";
|
161
161
|
@fa-var-rss: "\f09e";
|
162
|
-
@fa-var-hdd: "\f0a0";
|
162
|
+
@fa-var-hdd-o: "\f0a0";
|
163
163
|
@fa-var-bullhorn: "\f0a1";
|
164
164
|
@fa-var-bell: "\f0f3";
|
165
165
|
@fa-var-certificate: "\f0a3";
|
@@ -75,7 +75,7 @@
|
|
75
75
|
color: @carousel-control-color;
|
76
76
|
text-align: center;
|
77
77
|
text-shadow: @carousel-text-shadow;
|
78
|
-
// We can't have this transition here because
|
78
|
+
// We can't have this transition here because WebKit cancels the carousel
|
79
79
|
// animation if you trip this while in the middle of another animation.
|
80
80
|
|
81
81
|
// Set gradients for backgrounds
|
@@ -166,7 +166,7 @@
|
|
166
166
|
// Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this
|
167
167
|
// gets fixed, restore `border-top: 0;`.
|
168
168
|
border-top: 0 dotted;
|
169
|
-
border-bottom:
|
169
|
+
border-bottom: @caret-width-base solid @dropdown-caret-color;
|
170
170
|
content: "";
|
171
171
|
}
|
172
172
|
// Different positioning for bottom up menu
|
@@ -27,11 +27,11 @@
|
|
27
27
|
}
|
28
28
|
}
|
29
29
|
|
30
|
-
//
|
30
|
+
// WebKit-style focus
|
31
31
|
.tab-focus() {
|
32
32
|
// Default
|
33
33
|
outline: thin dotted #333;
|
34
|
-
//
|
34
|
+
// WebKit
|
35
35
|
outline: 5px auto -webkit-focus-ring-color;
|
36
36
|
outline-offset: -2px;
|
37
37
|
}
|
@@ -193,17 +193,21 @@
|
|
193
193
|
-moz-perspective-origin: @perspective;
|
194
194
|
perspective-origin: @perspective;
|
195
195
|
}
|
196
|
-
.transform-origin(@origin){
|
196
|
+
.transform-origin(@origin) {
|
197
197
|
-webkit-transform-origin: @origin;
|
198
198
|
-moz-transform-origin: @origin;
|
199
199
|
transform-origin: @origin;
|
200
200
|
}
|
201
201
|
|
202
|
+
// Animations
|
203
|
+
.animation(@animation) {
|
204
|
+
-webkit-animation: @animation;
|
205
|
+
animation: @animation;
|
206
|
+
}
|
202
207
|
|
203
208
|
// Backface visibility
|
204
209
|
// Prevent browsers from flickering when using CSS 3D transforms.
|
205
210
|
// Default value is `visible`, but can be changed to `hidden`
|
206
|
-
// See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples
|
207
211
|
.backface-visibility(@visibility){
|
208
212
|
-webkit-backface-visibility: @visibility;
|
209
213
|
-moz-backface-visibility: @visibility;
|
@@ -110,7 +110,7 @@
|
|
110
110
|
//
|
111
111
|
// Navbar alignment options
|
112
112
|
//
|
113
|
-
// Display the navbar across the
|
113
|
+
// Display the navbar across the entirety of the page or fixed it to the top or
|
114
114
|
// bottom of the page.
|
115
115
|
|
116
116
|
// Static top (unfixed, but 100% wide) navbar
|
@@ -257,7 +257,7 @@
|
|
257
257
|
|
258
258
|
// Component alignment
|
259
259
|
//
|
260
|
-
// Repurpose the pull utilities as their own navbar utilities to avoid
|
260
|
+
// Repurpose the pull utilities as their own navbar utilities to avoid specificity
|
261
261
|
// issues with parents and chaining. Only do this when the navbar is uncollapsed
|
262
262
|
// though so that navbar contents properly stack and align in mobile.
|
263
263
|
|
@@ -66,6 +66,12 @@
|
|
66
66
|
page-break-after: avoid;
|
67
67
|
}
|
68
68
|
|
69
|
+
// Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245
|
70
|
+
// Once fixed, we can just straight up remove this.
|
71
|
+
select {
|
72
|
+
background: #fff !important;
|
73
|
+
}
|
74
|
+
|
69
75
|
// Bootstrap components
|
70
76
|
.navbar {
|
71
77
|
display: none;
|
@@ -6,7 +6,7 @@
|
|
6
6
|
// Bar animations
|
7
7
|
// -------------------------
|
8
8
|
|
9
|
-
//
|
9
|
+
// WebKit
|
10
10
|
@-webkit-keyframes progress-bar-stripes {
|
11
11
|
from { background-position: 40px 0; }
|
12
12
|
to { background-position: 0 0; }
|
@@ -67,11 +67,7 @@
|
|
67
67
|
|
68
68
|
// Call animation for the active one
|
69
69
|
.progress.active .progress-bar {
|
70
|
-
|
71
|
-
-moz-animation: progress-bar-stripes 2s linear infinite;
|
72
|
-
-ms-animation: progress-bar-stripes 2s linear infinite;
|
73
|
-
-o-animation: progress-bar-stripes 2s linear infinite;
|
74
|
-
animation: progress-bar-stripes 2s linear infinite;
|
70
|
+
.animation(progress-bar-stripes 2s linear infinite);
|
75
71
|
}
|
76
72
|
|
77
73
|
|
@@ -141,7 +141,7 @@ ol {
|
|
141
141
|
margin-top: 0;
|
142
142
|
margin-bottom: (@line-height-computed / 2);
|
143
143
|
ul,
|
144
|
-
ol{
|
144
|
+
ol {
|
145
145
|
margin-bottom: 0;
|
146
146
|
}
|
147
147
|
}
|
@@ -153,13 +153,19 @@ ol {
|
|
153
153
|
padding-left: 0;
|
154
154
|
list-style: none;
|
155
155
|
}
|
156
|
+
|
156
157
|
// Inline turns list items into inline-block
|
157
158
|
.list-inline {
|
158
159
|
.list-unstyled();
|
160
|
+
|
159
161
|
> li {
|
160
162
|
display: inline-block;
|
161
163
|
padding-left: 5px;
|
162
164
|
padding-right: 5px;
|
165
|
+
|
166
|
+
&:first-child {
|
167
|
+
padding-left: 0;
|
168
|
+
}
|
163
169
|
}
|
164
170
|
}
|
165
171
|
|
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
|
+
version: 2.1.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-10-
|
11
|
+
date: 2013-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|