gennaro 0.3.6.3 → 0.3.6.4

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: b91f4bbae88c947b6af166ff5c11afe327010d00
4
- data.tar.gz: 772aee636fe68d50bb31dd8229b4a882c87c85ca
3
+ metadata.gz: 3d040d9d23b2899fba9a0f7f531bc0476abc6097
4
+ data.tar.gz: 728616f2bde742e1c15a8e03877b203c2d97b3d0
5
5
  SHA512:
6
- metadata.gz: 54336733f2fff32e389c889993e85ac96ac895b4b8d3eba95993c254f104d9ee9d6fef202e1a74697e2328057558105913de3c2a43e83420e797e527c040cdd1
7
- data.tar.gz: 0205c2c7ff6e4f7a148e0ed6dab118a5f569b743dd532ed6792441abdc36d0db0051b191b94a44bdafec5ab42f712d2fc1023d4d674289f81ddbeddcfb793665
6
+ metadata.gz: d0f814721f48f4ce4f18dc8d4d1d4a28d0f606fa4e862a21384937255b3cfa8e254c6c3690522f88f0d5bfbb5e4aafd66d876d2cbeb98b678dc01fc2062cadac
7
+ data.tar.gz: cf4eb565538f575c301a9aa37913378beecc59b9df1b8c3665717174a82ad7e1686cb82df0db53c745814e987856e12e3cf5723d4b5b2c813220a2b39996bc9e
@@ -10,6 +10,6 @@
10
10
 
11
11
  class Gennaro
12
12
  def self.version
13
- '0.3.6.3'
13
+ '0.3.6.4'
14
14
  end
15
15
  end
@@ -17,10 +17,6 @@ form {
17
17
  margin : 0 auto;
18
18
  }
19
19
 
20
- form h2, .form .checkbox {
21
- margin-bottom: 10px;
22
- }
23
-
24
20
  form .checkbox {
25
21
  font-weight: normal;
26
22
  }
@@ -50,5 +46,7 @@ form .form-control[type="password"] {
50
46
  }
51
47
 
52
48
  .checkbox {
53
- margin: -25px;
49
+ margin-right: -25px;
50
+ margin-top: -25px;
51
+ margin-bottom: -25px;
54
52
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gennaro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6.3
4
+ version: 0.3.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Capuano