atpay_buttons 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.
data/atpay_buttons.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "atpay_buttons"
|
|
7
|
-
spec.version = '1.3.
|
|
7
|
+
spec.version = '1.3.6'
|
|
8
8
|
spec.date = '2014-03-21'
|
|
9
9
|
spec.authors = ["Thomas Pastinsky", "Glen Holcomb", "James Kassemi", "Isaiah Baca"]
|
|
10
10
|
spec.email = ["dev@atpay.com"]
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<table cellpadding='0' cellspacing='0' style='margin-bottom:20px;'>
|
|
23
23
|
<tr>
|
|
24
24
|
<td>
|
|
25
|
-
<table style='margin: auto; margin-bottom:5px; font-family: Lato; padding-bottom:10px; position:relative; padding-left:5px; padding-right:10px; margin-bottom:0px; margin-top:5px; padding:10px;padding-top:0; border-left: 1px solid #e4e2e2; border-top: 1px solid #e4e2e2; border-right: 1px solid #e4e2e2; '>
|
|
25
|
+
<table style='border-collapse:separate !important; width:200px;margin: auto; margin-bottom:5px; font-family: Lato; padding-bottom:10px; position:relative; padding-left:5px; padding-right:10px; margin-bottom:0px; margin-top:5px; padding:10px;padding-top:0; border-left: 1px solid #e4e2e2; border-top: 1px solid #e4e2e2; border-right: 1px solid #e4e2e2; '>
|
|
26
26
|
<tr>
|
|
27
27
|
<td colspan='3'>
|
|
28
28
|
<p style='margin-bottom:0px; color: #515050; font-size:12px; margin-top:2px; text-align:center;'>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
</td>
|
|
32
32
|
</tr>
|
|
33
33
|
<tr>
|
|
34
|
-
<td>
|
|
34
|
+
<td style="padding-top:10px; padding-bottom:10px;">
|
|
35
35
|
<!-- BUTTON CODE -->
|
|
36
36
|
|
|
37
37
|
<center>
|