{serendipity_hookPlugin hook="frontend_header"}
<table class="wholecontainer" width="700" cellpadding="0" cellspacing="0" align="center" >
<tr>
-<td colspan="3" class="header"><a href="/"><img src="{$serendipityBaseURL}templates/sgn2.0/images/{$headerimage}" alt="{$headerimagealt}" /></a></td>
+<td colspan="3" class="header"><a href="/"><img src="{$serendipityBaseURL}templates/sgn2.0/images/{$headerimage}.jpg" alt="{$headerimagealt}" /></a></td>
</tr>
<tr>
<td colspan="2" class="tagline"><img src="{$serendipityBaseURL}templates/sgn2.0/images/tagline.png" alt="she.geek.nz - infrequently updated" /></td>
{serendipity_printSidebar side="right"}
</td>
{/if}
-</td>
</tr>
</table>
</body>
body {
margin:0px;
padding:20px;
- background-color:#eeeeee;
+ background-color:#aaa;
}
td {
vertical-align:top;
body, p, td, th, div {
font-family:verdana,arial,helvetica,sans-serif;
font-size:10px;
- color:black;
+ color:#222;
}
.wholecontainer {
border:2px solid black;
+ width:700px !important;
}
.header{
margin:0px;
font-family:courier;
font-size:9px;
color:#999999;
+}
+.serendipity_commentBody {
+ padding-bottom:5px;
+}
+.serendipity_comment_source {
+ padding-bottom:10px;
+}
+.serendipity_commentsTitle {
+ font-weight:bold;
}
\ No newline at end of file