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
...
 
@@ -45,7 +45,12 @@ div.supporter-type-selector {
 
    padding-bottom: 60px;
 
}
 

	
 
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
...
 
@@ -51,13 +51,13 @@ Other payment methods  to become an annual supporter:
 
<!-- Flattr end -->
 
</td></tr></table>
 
</div>
 

	
 

	
 
<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
 
open source software. We are the home of over
 
<a href="http://sfconservancy.org/members/current/">30 projects</a> like 
 
Git,
0 comments (0 inline, 0 general)