pwnstyles_rails 0.0.4 → 0.0.5

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.4
1
+ 0.0.5
@@ -4,21 +4,21 @@
4
4
 
5
5
  // Standard text
6
6
  $main-font: Georgia, serif !default;
7
- $main-font-size: 12px !default;
8
- $main-line-height: 1.2 !default;
7
+ $main-font-size: 11pt !default;
8
+ $main-line-height: 1.2em !default;
9
9
 
10
10
  // Headings.
11
11
  $heading-font: Helvetica, sans-serif !default;
12
12
 
13
- $h1-font-size: $main-font-size * 5 !default;
13
+ $h1-font-size: $main-font-size * 3.24 !default;
14
14
  $h1-line-height: $main-line-height !default;
15
- $h2-font-size: $main-font-size * 4 !default;
15
+ $h2-font-size: $main-font-size * 2.56 !default;
16
16
  $h2-line-height: $main-line-height !default;
17
- $h3-font-size: $main-font-size * 3 !default;
17
+ $h3-font-size: $main-font-size * 1.96 !default;
18
18
  $h3-line-height: $main-line-height !default;
19
- $h4-font-size: $main-font-size * 2 !default;
19
+ $h4-font-size: $main-font-size * 1.44 !default;
20
20
  $h4-line-height: $main-line-height !default;
21
- $h5-font-size: $main-font-size * 1.2 !default;
21
+ $h5-font-size: $main-font-size * 1.1 !default;
22
22
  $h5-line-height: $main-line-height !default;
23
- $h6-font-size: $main-font-size * 1.2 !default;
23
+ $h6-font-size: $main-font-size * 1 !default;
24
24
  $h6-line-height: $main-line-height !default;
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pwnstyles_rails}
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
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"]
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Victor Costan