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