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
...
 
@@ -53,7 +53,15 @@ img.appeal {
 
    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
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
...
 
@@ -109,12 +109,14 @@ of dollars in licensing fees for subpar accounting software.</li>
 
<li>we encourage and support our employees to do volunteer work in the
 
    community.  For example, Bradley and Karen together host an oggcast
 
    called <cite><a href="http://faif.us">Free as in Freedom</a></cite> which
 
    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 
 
href="https://gitorious.org/conservancy/policies/source/master:">
 
internal policies</a> are published and available for scrutiny.</p>
 

	
0 comments (0 inline, 0 general)