bootstrap-sass 2.1.0.0 → 2.1.0.1
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.
Potentially problematic release.
This version of bootstrap-sass might be problematic. Click here for more details.
data/README.md
CHANGED
@@ -13,7 +13,7 @@ Enjoy.
|
|
13
13
|
In your Gemfile:
|
14
14
|
|
15
15
|
gem 'sass-rails', '~> 3.1'
|
16
|
-
gem 'bootstrap-sass', '~> 2.1.0.
|
16
|
+
gem 'bootstrap-sass', '~> 2.1.0.1'
|
17
17
|
|
18
18
|
#### CSS
|
19
19
|
|
@@ -92,12 +92,12 @@ Bootstrap [claims](https://github.com/twitter/bootstrap#versioning) to use SemVe
|
|
92
92
|
|
93
93
|
### Bundler?
|
94
94
|
|
95
|
-
gem 'bootstrap-sass', '~> 2.1.0.
|
95
|
+
gem 'bootstrap-sass', '~> 2.1.0.1'
|
96
96
|
|
97
|
-
Don't use the standard `~> 2.1.x
|
97
|
+
Don't use the standard `~> 2.1.x`. Your apps may break.
|
98
98
|
|
99
99
|
## Who
|
100
100
|
bootstrap-sass is a project by [Thomas McDonald](https://twitter.com/#!/thomasmcdonald_), with support from [other awesome people](https://github.com/thomas-mcdonald/bootstrap-sass/graphs/contributors).
|
101
101
|
|
102
102
|
## You're in good company
|
103
|
-
bootstrap-sass is used to build some awesome projects, including [Diaspora](http://diasporaproject.org/), [rails_admin](https://github.com/sferik/rails_admin), Michael Hartl's [Rails Tutorial](http://railstutorial.org/) and [gitlabhq](http://gitlabhq.com/). Using bootstrap-sass? I'd love it if you let me know
|
103
|
+
bootstrap-sass is used to build some awesome projects, including [Diaspora](http://diasporaproject.org/), [rails_admin](https://github.com/sferik/rails_admin), Michael Hartl's [Rails Tutorial](http://railstutorial.org/) and [gitlabhq](http://gitlabhq.com/). Using bootstrap-sass? I'd love it if you let me know.
|
@@ -445,7 +445,7 @@
|
|
445
445
|
background-image: -webkit-linear-gradient($angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
|
446
446
|
background-image: -moz-linear-gradient($angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
|
447
447
|
background-image: -o-linear-gradient($angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
|
448
|
-
background-image: linear-gradient($angle, rgba(255,255,255,.15) 25%,
|
448
|
+
background-image: linear-gradient($angle, rgba(255,255,255,.15) 25%, rgba(0,0,0, 0.0) 25%, rgba(0,0,0, 0.0) 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, rgba(0,0,0, 0.0) 75%, rgba(0,0,0, 0.0));
|
449
449
|
}
|
450
450
|
|
451
451
|
// Reset filters for IE
|
@@ -625,10 +625,10 @@
|
|
625
625
|
}
|
626
626
|
|
627
627
|
@for $i from 1 through $gridColumns {
|
628
|
-
input.span#{$i}, textarea.span#{$i}, .uneditable-input.span#{$i} { @include grid-
|
628
|
+
input.span#{$i}, textarea.span#{$i}, .uneditable-input.span#{$i} { @include grid-input-span($i, $columnWidth, $gutterWidth); }
|
629
629
|
}
|
630
630
|
}
|
631
631
|
|
632
|
-
@mixin grid-input-span($columns, $columnWidth, $
|
632
|
+
@mixin grid-input-span($columns, $columnWidth, $gutterWidth) {
|
633
633
|
width: (($columnWidth) * $columns) + ($gutterWidth * ($columns - 1)) - 14;
|
634
634
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.0.
|
4
|
+
version: 2.1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-10-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass
|