Changeset - 19ef9d196b0e
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-02 22:49:20
bkuhn@ebb.org
Fix missing trailing newline.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/forms.css
Show inline comments
...
 
@@ -19,49 +19,49 @@
 
.form-error {
 
    display: none;
 
    margin-left: 10px;
 
    color: green;
 
}		
 

	
 
.form-error-show {
 
    color: red;
 
    margin-left: 10px;
 
}
 

	
 
input.invalid, textarea.invalid {
 
    border: 2px solid red;
 
}
 

	
 
input.valid, textarea.valid {
 
    border: 2px solid green;
 
}
 

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

	
 
.supporter-type-selection {
 
    clear: both;
 
    padding-bottom: 60px;
 
}
 

	
 
img.appeal {
 
    float: left;
 
    padding-right: 40px;
 
    min-width: 10%;
 
    max-width: 100%;
 
    height: auto;
 
}
 

	
 
img.appeal-header {
 
    max-width: 100%;
 
    height: auto;
 
}
 

	
 
img.appeal-footer {
 
    max-width: 40%;
 
    float: right;
 
    width: 10%;
 
    min-width: 1%;
 
    height: auto;
 
}
...
 
\ No newline at end of file
 
}
0 comments (0 inline, 0 general)