further changes to emailer

This commit is contained in:
unknown 2011-12-08 12:30:00 -05:00
parent b83ef05279
commit 32e70d1de8
2 changed files with 5 additions and 4 deletions

View File

@ -2,6 +2,7 @@
#wrapperEmailer {
width:570px;
background:#fff;
color:#888;
}
@ -110,7 +111,7 @@
.contentBoxes p {
text-align:justify;
padding:4px;
padding:8px;
}
.contentBoxes a {

View File

@ -26,13 +26,13 @@
<div id="contentEmailer">
<div class="contentBoxes">
<h1>{{ box_title }}</h1>
<p>{{ box_text }}</p>
<h1>WEB LINKS</h1>
<p>{{ box_text }}dddd</p>
<p class="contentBoxesMore"><a href="">More &#187;</a></p>
</div><!-- CONTENT BOXES CLOSING -->
<div class="contentBoxes">
<h1>{{ box_title }}</h1>
<h1>BULLETIN BOARD</h1>
<p>{{ box_text }}</p>
<p class="contentBoxesMore"><a href="">More &#187;</a></p>
</div><!-- CONTENT BOXES CLOSING -->