Use proper markup in the footer.

This commit is contained in:
Matthias Mees 2013-05-27 11:03:46 +02:00
parent a0333cfffc
commit 73bd4bb628
2 changed files with 3 additions and 4 deletions

View File

@ -182,7 +182,7 @@
</main>
{if NOT $admin_vars.no_footer}
<footer id="meta">
<small>{$admin_vars.version_info}</small>
<p>{$admin_vars.version_info}</p>
</footer>
{/if}
<script src="{serendipity_getFile file='admin/js/2k11.admin.js'}"></script>

View File

@ -435,7 +435,6 @@ form > a,
label > span,
legend > span > span,
#back_to_blog,
#meta small,
.msg_error,
.msg_success,
.msg_notice,
@ -1287,8 +1286,8 @@ form > .button_link:first-of-type { margin-top: 0; }
text-align: center;
}
#meta small {
font-size: 1em;
#meta p {
margin: 0;
padding: 8px;
}