jetpack-rails 0.2.0 → 0.2.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.
data/CHANGELOG CHANGED
@@ -1,4 +1,6 @@
1
1
  Changelog:
2
+ 0.2.1:
3
+ - Another minor tweak to danger button style.
2
4
 
3
5
  0.2.0:
4
6
  - Moved to semantic versioning as described at http://semver.org
@@ -25,7 +25,7 @@ a.button, span.button {
25
25
  width: auto;
26
26
  &:active { @include buttonize( $light1, $white ); @include box-shadow( none ); }
27
27
  &.disabled { @include buttonize( $light1, $light1); color: $light2; @include box-shadow( none ); }
28
- &.danger { @include buttonize( lighten($error2, 20%), $error2 ); color: $white; text-shadow: 0px 1px darken( $error2, 10% );
28
+ &.danger { @include buttonize( lighten($error2, 20%), $error2 ); color: $white; text-shadow: 0px -1px darken( $error2, 10% );
29
29
  &:active { @include buttonize( $error2, lighten($error2, 20%) ); text-shadow: 0px 1px lighten($error2, 15%); @include box-shadow( none ); }
30
30
  }
31
31
  &.small { padding: 0px 6px; font-size: 11px; line-height: 1.4; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jetpack-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-11-26 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass-rails
16
- requirement: &2165005400 !ruby/object:Gem::Requirement
16
+ requirement: &2157374640 !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: *2165005400
24
+ version_requirements: *2157374640
25
25
  description:
26
26
  email: andrew@eighty-b.com
27
27
  executables: []