Remove inline css

This commit is contained in:
Raoul 2018-09-01 17:17:51 +02:00
parent e84015f839
commit e87354c99b
No known key found for this signature in database
GPG key ID: C7493D73B67C1842
2 changed files with 74 additions and 67 deletions

View file

@ -24,7 +24,7 @@
{{ partial "site-sidebar.en.html" . }}
{{ end }}
{{ block "main" . }} {{ end }}
<div style="clear: both;"></div>
<div id="clear"></div>
</div>
{{ block "footer" . }} {{ partial "site-footer.html" . }} {{ end }}

View file

@ -133,6 +133,13 @@ a:hover {
margin-bottom: 3px;
}
/* ###### Reset ###### */
#clear {
clear: both;
}
/* ###### Footer ###### */
#footer {
text-align: center;