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>
{/if}
by {$config.author}
<a rel="coleslaw" href="https://github.com/redline6561/coleslaw">
<img align="right" src="{$config.domain}/css/logo_small.jpg" />
<a id="coleslaw-logo" href="https://github.com/redline6561/coleslaw">
<img src="{$config.domain}/css/logo_small.jpg" alt="Coleslaw logo" />
</a>
</div>
</body>

View file

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

View file

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

View file

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