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
...
 
@@ -43,25 +43,25 @@ div.supporter-type-selector {
 
.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)