Changeset - 6e3468bc9852
[Not reviewed]
0 3 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-02 21:20:10
bkuhn@ebb.org
Modify CSS, image & related so img of heart works.

Putting the heart on the floated right corner should work pretty well
now with this CSS.
3 files changed with 10 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/forms.css
Show inline comments
...
 
@@ -56,4 +56,12 @@ img.appeal {
 
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
www/conservancy/static/img/conservancy-supporter-heart.png
Show inline comments
 
binary diff not shown
Show images
www/conservancy/static/supporter/index.html
Show inline comments
...
 
@@ -112,6 +112,8 @@ of dollars in licensing fees for subpar accounting software.</li>
 
    discusses important legal and policy issues in open source and free
 
    software.</li></ul>
 

	
 
<img class="appeal-footer" alt="Become a Conservancy Supporter!" src="/img/conservancy-supporter-heart.png"/>
 

	
 
<p>As an organization, we try to do do everything transparently; even 
 
our
 
<a 
0 comments (0 inline, 0 general)