active_frontend 10.1.1 → 10.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c03becdd32a5ed5bd27260c787f05736fb58e4a
4
- data.tar.gz: bc92b67cdf1bd0e38c1a8e84a55a18a3036d0d5e
3
+ metadata.gz: d3c1d496c3cc782a5c7e8b7efcdfef4ff107c979
4
+ data.tar.gz: 7af4556614da5403682615be1fc653d89094d8d8
5
5
  SHA512:
6
- metadata.gz: 70b0b9d6a610fad050be9a31834c2b5b9efec668acba82371fb87caf6f5dc31aa2d65534420fe48812b28c3b68c624b103031e089114d49f5c5e29066c043800
7
- data.tar.gz: 463e4e330bc98ea678c46606dc0fef9d9d7cc8e81cac8cb67faf2319820dadc2366215d7b30d25511fc55d7a981f337e3f52355d7ca7ecd937bfdd551791f083
6
+ metadata.gz: dca424cbcd5997f2654762be9207e3dc97950b715a3f8be9972178f3784cf6495f32eb19fa1b879cd5f4bb93984210f42cb585fe08119764aa81202b6facd90f
7
+ data.tar.gz: 0a4bb6069ca39b4c486abc92cf969072dd557f1fb278494d45fcb787671a8bee4c5b61e3c5321bb92decaabbf1ada6f4e850284639b1805e55cb451bfedddcd1
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "10.1.1"
2
+ VERSION = "10.1.2"
3
3
  end
@@ -60,6 +60,8 @@ caption,
60
60
  th { text-align: left; }
61
61
  fieldset,
62
62
  img { border: 0; }
63
+ sup,
64
+ sub { line-height: 1; }
63
65
  sup { vertical-align: text-top; }
64
66
  sub { vertical-align: text-bottom; }
65
67
  q:before,
@@ -102,4 +104,5 @@ html { background: $color-white; }
102
104
  /* # Color
103
105
  ================================================== */
104
106
  .html-dark { background: $color-black; }
105
- .html-light { background: $color-haze-lighter; }
107
+ .html-light { background: $color-haze-lighter; }
108
+ .html-white { background: $color-white; }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.1.1
4
+ version: 10.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-21 00:00:00.000000000 Z
11
+ date: 2015-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails