Changeset - 0b57b1162d69
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-05 14:48:04
bkuhn@ebb.org
This should really be a class, not an id.
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/forms.css
Show inline comments
...
 
@@ -5,3 +5,3 @@
 
}
 
#supporter-form-inputs {
 
.supporter-form-inputs {
 
    float: left;
www/conservancy/static/supporter/index.html
Show inline comments
...
 
@@ -136,3 +136,3 @@ internal policies</a> are published and available for scrutiny.</p>
 
<form id="annual" class="supporter-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="supporter">
 
<div id="supporter-form-inputs">
 
<div class="supporter-form-inputs">
 
            <input type="hidden" name="return" value="https://sfconservancy.org/supporter/thank-you.html" />
...
 
@@ -196,3 +196,3 @@ internal policies</a> are published and available for scrutiny.</p>
 
<form id="monthly" class="supporter-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<div id="supporter-form-inputs">
 
<div class="supporter-form-inputs">
 
            <input type="hidden" name="business" value="supporter@sfconservancy.org" />
0 comments (0 inline, 0 general)