less-rails-bootstrap 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,10 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
- 2.0.3 - 02-03/2012
4
+ 2.0.3, 2.0.4 - 02-03/2012
5
5
 
6
6
  * Fix IE9 background hack from bootstrap upstream.
7
+ * Misc border-radius 0px fixes.
7
8
 
8
9
 
9
10
  2.0.2 - 02/01/2012
@@ -1,7 +1,7 @@
1
1
  module Less
2
2
  module Rails
3
3
  module Bootstrap
4
- VERSION = "2.0.3"
4
+ VERSION = "2.0.4"
5
5
  end
6
6
  end
7
7
  end
@@ -29,7 +29,7 @@
29
29
  position: relative;
30
30
  float: left;
31
31
  margin-left: -1px;
32
- .border-radius(0);
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(0); /* mirror bootstrap commit 9b9e1d3 reversing IE9 hack and use mixin instead */
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
@@ -161,7 +161,7 @@
161
161
  .navbar-fixed-top .navbar-inner {
162
162
  padding-left: 0;
163
163
  padding-right: 0;
164
- .border-radius(0);
164
+ .border-radius(0px);
165
165
  }
166
166
 
167
167
 
@@ -151,7 +151,7 @@
151
151
  }
152
152
  .nav-tabs.nav-stacked > li > a {
153
153
  border: 1px solid #ddd;
154
- .border-radius(0);
154
+ .border-radius(0px);
155
155
  }
156
156
  .nav-tabs.nav-stacked > li:first-child > a {
157
157
  .border-radius(4px 4px 0 0);
@@ -242,7 +242,7 @@
242
242
  padding: 0;
243
243
  background-color: transparent;
244
244
  border: none;
245
- .border-radius(0);
245
+ .border-radius(0px);
246
246
  .box-shadow(none);
247
247
  }
248
248
  .navbar .dropdown-menu:before,
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: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 3
10
- version: 2.0.3
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.15
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: