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.
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
|
|
565
565
|
@mixin grid-fluid-span($columns, $fluidGridColumnWidth, $fluidGridGutterWidth) {
|
|
566
566
|
width: ($fluidGridColumnWidth * $columns) + ($fluidGridGutterWidth * ($columns - 1));
|
|
567
|
-
|
|
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
|
-
|
|
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.
|
|
5
|
-
prerelease:
|
|
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:
|
|
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:
|
|
173
|
+
version: '0'
|
|
174
|
+
segments:
|
|
175
|
+
- 0
|
|
176
|
+
hash: 2767815511305180857
|
|
174
177
|
requirements: []
|
|
175
178
|
rubyforge_project:
|
|
176
179
|
rubygems_version: 1.8.22
|