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" . }}
|
{{ partial "site-sidebar.en.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ block "main" . }} {{ end }}
|
{{ block "main" . }} {{ end }}
|
||||||
<div style="clear: both;"></div>
|
<div id="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ block "footer" . }} {{ partial "site-footer.html" . }} {{ end }}
|
{{ block "footer" . }} {{ partial "site-footer.html" . }} {{ end }}
|
||||||
|
|
|
@ -133,6 +133,13 @@ a:hover {
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* ###### Reset ###### */
|
||||||
|
|
||||||
|
#clear {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
/* ###### Footer ###### */
|
/* ###### Footer ###### */
|
||||||
#footer {
|
#footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue