appcss 0.0.20 → 0.0.21

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: 104c1c9b779804b091cd356b6e70305b76018c15
4
- data.tar.gz: 603d68094263f1ea8dea894765fd10e9f4b7ce1a
3
+ metadata.gz: 843edb3eac88dfceace253e0f8a604cde0bcac0b
4
+ data.tar.gz: f1115b528ffa4f3b8a97b16e533d0e8b709d0755
5
5
  SHA512:
6
- metadata.gz: 0754a2ad671d0472ff7b1c5b7638c15d248ea45bd9926b633d3bded47783cba2c30a76c95314a7b6eebdb9e6b74c473b344aaeaed37fe7d43302e6ea58c64fb7
7
- data.tar.gz: 42d6ebbf57edfc2bd908d422849885a50ddc5aceeb7079f85d7f1d80d626d321262e7d32820944d1fa69b577d5ea737908849e5978acb70c50074005cb7459ee
6
+ metadata.gz: d3d217ac1d18952ad56a5dcf62215a61b166da36e11eb0fcd406916744db153147b1da2a12b11cdb3df315e52d051310c7ca317311054d66732cff317b75783c
7
+ data.tar.gz: 186e6a8cdac16280edf2bf788a73e502a2258c3c5e34ec836b0aa5089b6676f1c6e0ee4af69e6711afbe04916cc264fd69542273db0a756ddd2e79817313d9ca
@@ -429,8 +429,7 @@ th {
429
429
 
430
430
  html {
431
431
  background: #4199cc;
432
- color: white;
433
- line-height: 1.5rem; }
432
+ color: white; }
434
433
 
435
434
  html, body {
436
435
  height: 100%;
@@ -440,6 +439,9 @@ a {
440
439
  color: #40a9e6;
441
440
  text-decoration: none; }
442
441
 
442
+ p, label, table, em, strong, span {
443
+ line-height: 1.5rem; }
444
+
443
445
  .acss-readable-container {
444
446
  max-width: 768px; }
445
447
 
@@ -470,7 +472,8 @@ a {
470
472
  background: whitesmoke;
471
473
  color: #627d8c;
472
474
  box-shadow: inset 0px 3px 5px #bbbbbb;
473
- padding-top: 15px; }
475
+ padding-top: 15px;
476
+ line-height: normal; }
474
477
  @media screen and (min-width: 768px) {
475
478
  .acss-sidebar {
476
479
  width: calc(100% - 15px);
@@ -1,3 +1,3 @@
1
1
  module Appcss
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Kochanowicz