Changeset - b9b4695f97d7
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-03 14:58:07
bkuhn@ebb.org
Match width and alignment to donate-content class.
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/forms.css
Show inline comments
...
 
@@ -35,14 +35,18 @@ input.valid, textarea.valid {
 
    border: 2px solid green;
 
}
 

	
 
div.supporter-type-selector {
 
.supporter-type-selector {
 
    font-size: 125%;
 
    text-align: center;
 
    width: 80%;
 
    align: left;
 
}
 

	
 
.supporter-type-selection {
 
    clear: both;
 
    padding-bottom: 60px;
 
    width: 80%;
 
    align: left;
 
}
 

	
 
img.appeal {
0 comments (0 inline, 0 general)