johnhenry 1.0.5 → 1.0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 464844324b026f3ef2f5e69dea4a7b48418887f8
|
4
|
+
data.tar.gz: 0b0f82a74cdf0bf55c7fa09a32426f324b4d45b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 608d0963e5a3dc171b2d028aaa3831532358ed6f9a6635e791767dfd298cf77802d5195b32059f6623b8811097c5a92726a31a5f55886346776fb45b540bcf49
|
7
|
+
data.tar.gz: 8b203d776895e9f51552084fbf5946877f02e5df4b1f074d4c4b8d46c5405659fb874dcc22afd5ec2442fc12559d18e6f12c7ede19fc2f8ca62d19b7b33da29b
|
@@ -22,6 +22,13 @@
|
|
22
22
|
margin-bottom: 15px;
|
23
23
|
}
|
24
24
|
}
|
25
|
-
|
25
|
+
|
26
|
+
// add margin to the 4th-plus child
|
27
|
+
body > .container:nth-child(n+4) {
|
28
|
+
margin-top: 80px;
|
29
|
+
}
|
30
|
+
// and the third if it's right after #hero-unit
|
31
|
+
// this handles the case of a .alert container before #hero-unit
|
32
|
+
body > #hero-unit + .container {
|
26
33
|
margin-top: 80px;
|
27
34
|
}
|
data/lib/johnhenry/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: johnhenry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Derewecki
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -205,6 +205,8 @@ files:
|
|
205
205
|
- app/views/johnhenry/payments/new.html.haml
|
206
206
|
- app/views/johnhenry/payments/show.html.haml
|
207
207
|
- app/views/johnhenry/payments/show.json.jbuilder
|
208
|
+
- app/views/johnhenry/shared/_form_row.html.haml
|
209
|
+
- app/views/johnhenry/shared/_form_row_submit.html.haml
|
208
210
|
- app/views/johnhenry/shared/_payment_form.html.haml
|
209
211
|
- app/views/johnhenry/shared/_signin_form.html.haml
|
210
212
|
- app/views/johnhenry/shared/_signup_form.html.haml
|