bootstrap-sass 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bootstrap-sass might be problematic. Click here for more details.

data/README.md CHANGED
@@ -8,7 +8,7 @@ Enjoy.
8
8
 
9
9
  In your gemfile:
10
10
 
11
- gem 'bootstrap-sass', '1.4.1'
11
+ gem 'bootstrap-sass', '~> 1.4.2'
12
12
 
13
13
  ### CSS
14
14
 
@@ -111,7 +111,7 @@
111
111
  // For backwards compatibility, include .topbar .fill
112
112
  .topbar-inner, .topbar .fill {
113
113
  background-color: #222;
114
- @include vertical-gradient(#333, #222);
114
+ @include vertical-gradient(#333333, #222222);
115
115
  $shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
116
116
  @include box-shadow($shadow);
117
117
  }
@@ -502,7 +502,8 @@ footer {
502
502
  // Button Base
503
503
  cursor: pointer;
504
504
  display: inline-block;
505
- @include vertical-three-colors-gradient(#ffffff, #ffffff, 25%, darken(#ffffff, 10%)); // Don't use .gradientbar() here since it does a three-color gradient
505
+ // Hackity hackity hack. Filter doesn't support named colours which SASS outputs in if it can, so alter the colour slightly.
506
+ @include vertical-three-colors-gradient(#fffffe, #fffffe, 25%, darken(#ffffff, 10%)); // Don't use .gradientbar() here since it does a three-color gradient
506
507
  padding: 5px 14px 6px;
507
508
  text-shadow: 0 1px 1px rgba(255,255,255,.75);
508
509
  color: #333;
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: 1.4.1
4
+ version: 1.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-12-02 00:00:00.000000000 Z
12
+ date: 2011-12-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass-rails
16
- requirement: &70344330905660 !ruby/object:Gem::Requirement
16
+ requirement: &70106698083820 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70344330905660
24
+ version_requirements: *70106698083820
25
25
  description:
26
26
  email: tom@conceptcoding.co.uk
27
27
  executables: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  version: '0'
70
70
  requirements: []
71
71
  rubyforge_project:
72
- rubygems_version: 1.8.10
72
+ rubygems_version: 1.8.12
73
73
  signing_key:
74
74
  specification_version: 3
75
75
  summary: Twitter's Bootstrap, converted to SASS and ready to drop into Rails