Merge pull request #59 from Ferada/validation-fixes
Fix validation errors.
This commit is contained in:
commit
375c25d5f5
4 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#coleslaw-logo { float: right; }
|
||||
hr {
|
||||
border: 0;
|
||||
height: 1px;
|
||||
|
|
Loading…
Add table
Reference in a new issue