active_frontend 14.0.12 → 14.0.13

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a9913c35f6aa1fb8b80517d35bd9ce7adf7669c
4
- data.tar.gz: 27aeab96fbd9e35395b149f565467246caefce43
3
+ metadata.gz: d6cde762105f16668662d4269276bf79d454829b
4
+ data.tar.gz: 4d694c9fa5bd6dc124f316646aa7432bb255102b
5
5
  SHA512:
6
- metadata.gz: d657d3f845edfc4fb8549f4e81222ac4998575af3100a916aadaabb5253bf7cc9a35804d02d60655b48f0adeaed797189fa1223fc68303cd3241107acc42b78a
7
- data.tar.gz: 8fea5fb6dbecd29391a326918223ddef6f1f3e583156e0f867ccd2888b917b9343306f9fa012d3bc64d4daca1c648fda14a7a02baddd3498fbf053314b500787
6
+ metadata.gz: ca4ecf5d92279c8db209e6aaa004268f177128d1eb9166a9fa420e23e53ceeee1ad963c8ab13a72311e28f0d025ba42faead4b1f6772df04da72f4683f12f0cb
7
+ data.tar.gz: a5d483e6abcd1ca9a76749f044719e0661098c23ba2d76381f2805149f2cc076c38b3607093765e831fcb3ba2959e34bd7bf71b48087dbdb12dca7dd95d7977b
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.12'.freeze
2
+ VERSION = '14.0.13'.freeze
3
3
  end
@@ -24,10 +24,9 @@ thead,
24
24
  tfoot { font-weight: text-weight(semibold); }
25
25
  caption,
26
26
  td,
27
- th {
28
- padding: 6px 10px 5px;
29
- vertical-align: middle;
30
- }
27
+ th { vertical-align: middle; }
28
+ td { padding: 8px; }
29
+ th { padding: 10px 10px 8px; }
31
30
  thead {
32
31
  tr:not(:last-child) {
33
32
  th { text-align: center; }
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: 14.0.12
4
+ version: 14.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-28 00:00:00.000000000 Z
11
+ date: 2016-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -306,7 +306,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
306
306
  version: '0'
307
307
  requirements: []
308
308
  rubyforge_project:
309
- rubygems_version: 2.6.7
309
+ rubygems_version: 2.6.8
310
310
  signing_key:
311
311
  specification_version: 4
312
312
  summary: ActiveFrontend Responsive Web Framework