signature invoice

This commit is contained in:
unknown 2011-11-16 08:24:55 -05:00
parent 5a73d63a76
commit e8ebc24d61

View File

@ -49,9 +49,16 @@ width:75%;
}
.signatureImage {
float:right;
float:right;
margin-bottom:2px;
}
.belowSign {
text-align:right;
clear:both;
}
/*#clientAddress {
float:left;
}
@ -144,7 +151,8 @@ width:75%;
<br>
<br>
<img src="/static/images/x/{{sign_image}}" class="signatureImage" />
<p style="text-align:right;"><strong>{{ company_name }}</strong></p>
<p class="belowSign"><strong>{{ company_name }}</strong></p>
</div>