less-rails-bootstrap 2.0.3 → 2.0.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.
- data/CHANGELOG.md +2 -1
- data/lib/less/rails/bootstrap/version.rb +1 -1
- data/vendor/frameworks/twitter/bootstrap/button-groups.less +1 -1
- data/vendor/frameworks/twitter/bootstrap/forms.less +1 -1
- data/vendor/frameworks/twitter/bootstrap/navbar.less +1 -1
- data/vendor/frameworks/twitter/bootstrap/navs.less +1 -1
- data/vendor/frameworks/twitter/bootstrap/responsive.less +1 -1
- metadata +5 -4
data/CHANGELOG.md
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
position: relative;
|
30
30
|
float: left;
|
31
31
|
margin-left: -1px;
|
32
|
-
.border-radius(
|
32
|
+
.border-radius(0px);
|
33
33
|
}
|
34
34
|
// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match
|
35
35
|
.btn-group .btn:first-child {
|
@@ -86,7 +86,7 @@ input[type="radio"] {
|
|
86
86
|
line-height: normal;
|
87
87
|
border: 0;
|
88
88
|
cursor: pointer;
|
89
|
-
.border-radius(
|
89
|
+
.border-radius(0px); /* mirror bootstrap commit 9b9e1d3 reversing IE9 hack and use mixin instead */
|
90
90
|
}
|
91
91
|
|
92
92
|
// Reset the file input to browser defaults
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: less-rails-bootstrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 7
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.0.
|
9
|
+
- 4
|
10
|
+
version: 2.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ken Collins
|
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
191
|
requirements: []
|
192
192
|
|
193
193
|
rubyforge_project:
|
194
|
-
rubygems_version: 1.8.
|
194
|
+
rubygems_version: 1.8.12
|
195
195
|
signing_key:
|
196
196
|
specification_version: 3
|
197
197
|
summary: CSS toolkit from Twitter For Rails 3.1 Asset Pipeline
|
@@ -206,3 +206,4 @@ test_files:
|
|
206
206
|
- test/dummy_app/app/assets/stylesheets/individual.css.less
|
207
207
|
- test/dummy_app/init.rb
|
208
208
|
- test/spec_helper.rb
|
209
|
+
has_rdoc:
|