udate spacing in writer

This commit is contained in:
Tankred Hase 2013-09-13 15:20:30 +02:00
parent a919081e75
commit f25e7022d5
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
}
.encrypt-preview {
margin-top: 3em;
margin-top: 1.5em;
font-family: monospace;
color: $grey-text-color;
word-wrap: break-word;

View File

@ -20,7 +20,7 @@
<div class="encrypt-preview">
<p>-----BEGIN ENCRYPTED PREVIEW-----<br>{{ciphertextPreview}}<br>-----END ENCRYPTED PREVIEW-----</p>
<p>--</p><p>{{signature}}</p>
<p>--<br>{{signature}}</p>
</div><!--/.encrypt-preview-->
</div><!--/.mail-text-body-->