pwnstyles_rails 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -9,9 +9,14 @@ html, body {
9
9
  line-height: $main-line-height;
10
10
  }
11
11
 
12
+ p {
13
+ margin: 0.1em 0 0.2em 0;
14
+ }
15
+
12
16
  h1, h2, h3, h4, h5, h6 {
13
17
  font-family: $heading-font;
14
18
  font-weight: bold;
19
+ margin: 0.25em 0 0.2em 0;
15
20
  }
16
21
 
17
22
  h1 {
@@ -1,6 +1,6 @@
1
1
  body {
2
2
  border: none;
3
- min-width: $page-width;
3
+ min-width: ($page-width + 2 * $column-margin);
4
4
  background: $footer-background-color2;
5
5
  }
6
6
 
@@ -18,6 +18,7 @@ header {
18
18
  h1 {
19
19
  display: inline-block;
20
20
  overflow: hidden;
21
+ margin: 0;
21
22
 
22
23
  font-size: ($header-height - 4px);
23
24
  line-height: $header-height;
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pwnstyles_rails}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
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 = %q{2011-04-26}
12
+ s.date = %q{2011-04-27}
13
13
  s.description = %q{Included CSS was designed for reuse across pwnb.us apps.}
14
14
  s.email = %q{victor@costan.us}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwnstyles_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Victor Costan
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-26 00:00:00 Z
18
+ date: 2011-04-27 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  requirement: &id001 !ruby/object:Gem::Requirement