Remove inline css
This commit is contained in:
parent
e84015f839
commit
e87354c99b
2 changed files with 74 additions and 67 deletions
|
@ -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 }}
|
||||
|
|
|
@ -133,6 +133,13 @@ a:hover {
|
|||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
|
||||
/* ###### Reset ###### */
|
||||
|
||||
#clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* ###### Footer ###### */
|
||||
#footer {
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue