Skip to content
Snippets Groups Projects
Commit 93cafaf4 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij
Browse files

Merge branch 'fix-divs' into 'master'

Fix the footer spacing from the bottom

There was a white space on the bottom of the footer caused by the iframe of google.

This also removes an unnecessary closing tag.
parents 30b3d90c 64eab751
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -63,7 +63,6 @@
</div>
</div>
</div>
</div>
 
{% unless page.suppress_header %}
<div id="header">
Loading
Loading
Loading
Loading
@@ -51,6 +51,15 @@ img {
.nav-logo {
margin-top: -5px;
}
iframe[name='google_conversion_frame'] {
height: 0 !important;
width: 0 !important;
line-height: 0 !important;
font-size: 0 !important;
margin-top: -13px;
float: left;
}
/* Content Dividers
-------------------------------------------------- */
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment