Changeset - b1b025f01844
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 11 years ago 2013-05-01 03:58:03
bkuhn@ebb.org
Fix styles on the <div>'s so that overlap isn't strange.
Whole thing should really add up to 100%, after all.
1 file changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/campaign/index.html
Show inline comments
...
 
@@ -39,8 +39,8 @@
 

	
 
{% block content %}
 

	
 
<div style="position:fixed;top:180px;right:2%;width=18%">
 
<table style="background-color:#afe478;width=100%;">
 
<div style="position:fixed;top:180px;right:2%;width:18%">
 
<table style="background-color:#afe478;width:100%;">
 
<tr><td style="text-align:center;padding:10px;padding-bottom:10px;">
 

	
 
<!--
...
 
@@ -293,11 +293,10 @@ function validateAmount(amount){
 
<!-- Flattr start -->
 
<p><a href="https://flattr.com/thing/1296704/Campaign-to-develop-Free-and-Open-Source-Non-Profit-Accounting-Software" target="_blank"><img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></p>
 
<!-- Flattr end -->
 

	
 
</td></tr></table>
 
</div>
 

	
 
<div style="align:left;width:75%;">
 
<div style="align:left;width:82%;">
 
<!-- begin campaign text -->
 

	
 
<h2>Fundraising Campaign: Non-Profit Accounting Software</h2>
0 comments (0 inline, 0 general)