anjlab-bootstrap-rails 2.0.3.rc1 → 2.0.3.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.
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Rails
3
- VERSION = "2.0.3.rc1"
3
+ VERSION = "2.0.3.0"
4
4
  end
5
5
  end
@@ -564,7 +564,7 @@
564
564
 
565
565
  @mixin grid-fluid-span($columns, $fluidGridColumnWidth, $fluidGridGutterWidth) {
566
566
  width: ($fluidGridColumnWidth * $columns) + ($fluidGridGutterWidth * ($columns - 1));
567
- //TODO: fix *width: ($fluidGridColumnWidth * $columns) + ($fluidGridGutterWidth * ($columns - 1)) - (.5 / $gridRowWidth * 100 * 1%);
567
+ *width: ($fluidGridColumnWidth * $columns) + ($fluidGridGutterWidth * ($columns - 1)) - (.5 / ($gridRowWidth / 1px)* 100 * 1%);
568
568
  }
569
569
  @mixin grid-fluid-span-x($columns, $fluidGridColumnWidth, $fluidGridGutterWidth) {
570
570
  @for $i from 1 through $columns {
@@ -579,7 +579,7 @@
579
579
  @include input-block-level();
580
580
  float: left;
581
581
  margin-left: $fluidGridGutterWidth;
582
- //TODO: fix *margin-left: $fluidGridGutterWidth - (.5 / $gridRowWidth * 100 * 1%);
582
+ *margin-left: $fluidGridGutterWidth - (.5 / ($gridRowWidth / 1px) * 100 * 1%);
583
583
  }
584
584
  [class*="span"]:first-child {
585
585
  margin-left: 0;
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anjlab-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3.rc1
5
- prerelease: 6
4
+ version: 2.0.3.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Yury Korolev
@@ -164,13 +164,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  segments:
166
166
  - 0
167
- hash: -2255832162949309994
167
+ hash: 2767815511305180857
168
168
  required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  none: false
170
170
  requirements:
171
- - - ! '>'
171
+ - - ! '>='
172
172
  - !ruby/object:Gem::Version
173
- version: 1.3.1
173
+ version: '0'
174
+ segments:
175
+ - 0
176
+ hash: 2767815511305180857
174
177
  requirements: []
175
178
  rubyforge_project:
176
179
  rubygems_version: 1.8.22