Fix validation errors.

This commit is contained in:
Olof-Joachim Frahm 2014-08-20 22:58:27 +01:00
parent c7d418b896
commit b29d45e3a4
4 changed files with 6 additions and 4 deletions

View file

@ -43,8 +43,8 @@
</a> </a>
{/if} {/if}
by {$config.author} by {$config.author}
<a rel="coleslaw" href="https://github.com/redline6561/coleslaw"> <a id="coleslaw-logo" href="https://github.com/redline6561/coleslaw">
<img align="right" src="{$config.domain}/css/logo_small.jpg" /> <img src="{$config.domain}/css/logo_small.jpg" alt="Coleslaw logo" />
</a> </a>
</div> </div>
</body> </body>

View file

@ -1,5 +1,6 @@
#content { background: #fff; padding-top: 1em } #content { background: #fff; padding-top: 1em }
#header { float: right; margin-left: 1em; margin-bottom: 1em } #header { float: right; margin-left: 1em; margin-bottom: 1em }
#coleslaw-logo { float: right; }
a { text-decoration: none; color: #992900 } a { text-decoration: none; color: #992900 }
a.anchor { color: black } a.anchor { color: black }
.date { font-style: italic } .date { font-style: italic }

View file

@ -56,8 +56,8 @@
</a> </a>
{/if} {/if}
by {$config.author} by {$config.author}
<a rel="coleslaw" href="https://github.com/redline6561/coleslaw"> <a id="coleslaw-logo" href="https://github.com/redline6561/coleslaw">
<img align="right" src="{$config.domain}/img/logo_small.jpg" /></p> <img src="{$config.domain}/img/logo_small.jpg" alt="Coleslaw logo" /></p>
</a> </a>
</div> </div>
</div> </div>

View file

@ -1,3 +1,4 @@
#coleslaw-logo { float: right; }
hr { hr {
border: 0; border: 0;
height: 1px; height: 1px;