cheatset 1.3.5 → 1.3.6

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: dc56d30ccfa9e6d9dd9c112a23ec1d565e258aa6
4
- data.tar.gz: daed8b16554ff966fe108425d46635fe79b51f53
3
+ metadata.gz: 428c4774df0a2ef62d59a72314b7bfeff11bb6a4
4
+ data.tar.gz: 4d1848932c2eefc5458dc7a8e815322a2b0a3b13
5
5
  SHA512:
6
- metadata.gz: 5632de110737e6cff49fe61b6a996b529ed5b1ba5e657926eba5022f8b0a9f6de153b70b81cd9f989a859acec1e01b9029a1156fae6e879b7d19753d87b56aaf
7
- data.tar.gz: 105e53f371214519dcb5f18fd0c5e8c4c695b7b270f8d2f1b1d464c27a996f8dc7fa730a7485e18886fa1906a9df39181bf36df2114094c74fdfac2a3897fdf6
6
+ metadata.gz: 73b3089ea64fc5740e222f1b02d1877dbee11e9bb3d16ef9fcb83e58988388afff468d659875f411d75989cba2be9e730ab40b9ee6fad4cb0b871ec9fdf5dc64
7
+ data.tar.gz: fd81b60d875185a74bead2ec7b260c8013ea867ef036d8996c4977a0c7c64b02cb75325d0acc8d83a414cfaea85deef02788ba335fde138e90a37660ed718637
@@ -113,8 +113,7 @@ table {
113
113
 
114
114
  td {
115
115
  padding: 13px 8px 0px 8px;
116
- border-left: 1px solid #d7d7d7;
117
- vertical-align:top; }
116
+ border-left: 1px solid #d7d7d7; }
118
117
 
119
118
  th {
120
119
  border-left: 1px solid #d7d7d7; }
@@ -128,6 +127,7 @@ tr:last-child {
128
127
  td.command, td.td_command {
129
128
  width: 1%;
130
129
  white-space: nowrap;
130
+ vertical-align:top;
131
131
  padding: 9px 8px 4px 7px;
132
132
  text-align: right; }
133
133
  td.command code, td.td_command code {
@@ -142,7 +142,6 @@ table {
142
142
  td {
143
143
  padding: 13px 8px 0px 8px;
144
144
  border-left:1px solid $lighter_gray;
145
- vertical-align:top;
146
145
  }
147
146
  th {
148
147
  border-left:1px solid $lighter_gray;
@@ -156,6 +155,7 @@ tr:last-child {
156
155
  td.command {
157
156
  width: 1%;
158
157
  white-space: nowrap;
158
+ vertical-align:top;
159
159
  padding: 9px 8px 4px 7px;
160
160
  text-align:right;
161
161
  // border-right:1px solid $lighter_gray;
@@ -1,3 +1,3 @@
1
1
  module Cheatset
2
- VERSION = '1.3.5'
2
+ VERSION = '1.3.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cheatset
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bogdan Popescu