pwnstyles_rails 0.1.26 → 0.1.27
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/VERSION +1 -1
- data/app/assets/stylesheets/modules/_body.css.scss +9 -1
- data/pwnstyles_rails.gemspec +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.27
|
|
@@ -18,13 +18,21 @@ body {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
#real-body {
|
|
21
|
-
position:
|
|
21
|
+
position: relative;
|
|
22
22
|
width: 100%;
|
|
23
23
|
background-color: #ffffff;
|
|
24
24
|
-moz-box-flex: 1;
|
|
25
25
|
-webkit-box-flex: 1;
|
|
26
26
|
box-flex: 1;
|
|
27
27
|
}
|
|
28
|
+
#real-body::before {
|
|
29
|
+
display: block;
|
|
30
|
+
content: ".";
|
|
31
|
+
margin: 0;
|
|
32
|
+
padding: 0;
|
|
33
|
+
height: 0;
|
|
34
|
+
visibility: hidden;
|
|
35
|
+
}
|
|
28
36
|
#header, #footer {
|
|
29
37
|
-moz-box-flex: 0;
|
|
30
38
|
-webkit-box-flex: 0;
|
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.27"
|
|
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-09-
|
|
12
|
+
s.date = "2012-09-19"
|
|
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.27
|
|
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-09-
|
|
12
|
+
date: 2012-09-19 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: -3037894283914137833
|
|
216
216
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
217
217
|
none: false
|
|
218
218
|
requirements:
|