Fix styles on the <div>'s so that overlap isn't strange.
Whole thing should really add up to 100%, after all.
This commit is contained in:
parent
fa1dc618df
commit
b1b025f018
1 changed files with 3 additions and 4 deletions
|
@ -39,8 +39,8 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div style="position:fixed;top:180px;right:2%;width=18%">
|
<div style="position:fixed;top:180px;right:2%;width:18%">
|
||||||
<table style="background-color:#afe478;width=100%;">
|
<table style="background-color:#afe478;width:100%;">
|
||||||
<tr><td style="text-align:center;padding:10px;padding-bottom:10px;">
|
<tr><td style="text-align:center;padding:10px;padding-bottom:10px;">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -293,11 +293,10 @@ function validateAmount(amount){
|
||||||
<!-- Flattr start -->
|
<!-- 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>
|
<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 -->
|
<!-- Flattr end -->
|
||||||
|
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="align:left;width:75%;">
|
<div style="align:left;width:82%;">
|
||||||
<!-- begin campaign text -->
|
<!-- begin campaign text -->
|
||||||
|
|
||||||
<h2>Fundraising Campaign: Non-Profit Accounting Software</h2>
|
<h2>Fundraising Campaign: Non-Profit Accounting Software</h2>
|
||||||
|
|
Loading…
Reference in a new issue