pwnstyles_rails 0.1.28 → 0.1.29
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.29
|
@@ -12,8 +12,9 @@ $legacy-support-for-mozilla: false;
|
|
12
12
|
$support-for-original-webkit-gradients: false;
|
13
13
|
|
14
14
|
@import "compass";
|
15
|
+
@import "compass/css3";
|
16
|
+
@import "compass/layout";
|
17
|
+
@import "compass/reset/utilities";
|
15
18
|
@import "compass/typography";
|
16
19
|
@import "compass/utilities";
|
17
|
-
@import "compass/reset/utilities";
|
18
|
-
@import "compass/layout";
|
19
20
|
|
@@ -28,7 +28,7 @@
|
|
28
28
|
text-overflow: ellipsis;
|
29
29
|
|
30
30
|
background-color: $color;
|
31
|
-
@include background(linear-gradient(lighten($color,
|
31
|
+
@include background(linear-gradient(top, lighten($color, 2%),
|
32
32
|
darken($color, 2%)));
|
33
33
|
|
34
34
|
@include transition(all .218s);
|
@@ -72,8 +72,8 @@
|
|
72
72
|
color: $active-text-color;
|
73
73
|
border-color: $active-border-color;
|
74
74
|
|
75
|
-
@include background(linear-gradient(
|
76
|
-
|
75
|
+
@include background(linear-gradient(top, darken($color, 2%),
|
76
|
+
lighten($color, 2%)));
|
77
77
|
|
78
78
|
@if $subdued {
|
79
79
|
@include box-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
|
data/pwnstyles_rails.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "pwnstyles_rails"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.29"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Victor Costan"]
|
12
|
-
s.date = "2012-
|
12
|
+
s.date = "2012-10-08"
|
13
13
|
s.description = "Included CSS was designed for reuse across pwnb.us apps."
|
14
14
|
s.email = "victor@costan.us"
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pwnstyles_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.29
|
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-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass-rails
|
@@ -212,7 +212,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
212
212
|
version: '0'
|
213
213
|
segments:
|
214
214
|
- 0
|
215
|
-
hash:
|
215
|
+
hash: 3010618013910501670
|
216
216
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
217
217
|
none: false
|
218
218
|
requirements:
|