Changeset - 870d25d9e3e8
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-02 21:11:36
bkuhn@ebb.org
Force scaling of width for banner.

The banner should scale with the width of the window.
2 files changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/forms.css
Show inline comments
...
 
@@ -49,3 +49,8 @@ img.appeal {
 
    float: left;
 
    padding-right: 40px;
 
}
 

	
 
img.appeal-header {
 
    max-width: 100%;
 
    height: auto;
 
}
...
 
\ No newline at end of file
www/conservancy/static/supporter/index.html
Show inline comments
...
 
@@ -54,7 +54,7 @@ Other payment methods  to become an annual supporter:
 

	
 

	
 
<div style="align:left;width:80%;">
 
  <h1><img alt="Become a Conservancy Supporter!" src="/img/conservancy-supporter-header.png"/></h1>
 
  <h1><img class="appeal-header" alt="Become a Conservancy Supporter!" src="/img/conservancy-supporter-header.png"/></h1>
 

	
 

	
 
<p>Software Freedom Conservancy is an essential organization to free and
0 comments (0 inline, 0 general)