jetpack-rails 0.4.2 → 0.4.3
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
|
@@ -21,7 +21,7 @@ a.button, span.button {
|
|
|
21
21
|
font: bold 12px/1.3 $sans;
|
|
22
22
|
text-decoration: none;
|
|
23
23
|
color: $dark2;
|
|
24
|
-
padding: 3px 10px;
|
|
24
|
+
padding: 3px 10px 2px;
|
|
25
25
|
width: auto;
|
|
26
26
|
&:active, &.active { @include buttonize( $light1, $white ); @include box-shadow( none ); }
|
|
27
27
|
&.disabled { @include buttonize( $light1, $light1); color: $light2; @include box-shadow( none ); }
|
|
@@ -12,7 +12,7 @@ p {
|
|
|
12
12
|
|
|
13
13
|
// HEADING MIXINS
|
|
14
14
|
@mixin heading( $level ) {
|
|
15
|
-
font-weight: 700; color:
|
|
15
|
+
font-weight: 700; color: inherit; line-height: $baseline * 2;
|
|
16
16
|
small { color: $light2; }
|
|
17
17
|
@if $level == 1 {
|
|
18
18
|
font-size: 30px; margin-bottom: $baseline / 2;
|
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.4.
|
|
4
|
+
version: 0.4.3
|
|
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: 2012-
|
|
12
|
+
date: 2012-05-06 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass-rails
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &4657180 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '3.1'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *4657180
|
|
25
25
|
description: ! "A sweet boostrap mashup for Rails applications.\n The philosophy
|
|
26
26
|
is pretty simple, it should make building Rails apps go a lot faster.\n The library
|
|
27
27
|
prefers modularity over rigidity and mixins over defintions. Check out the github
|