Skip to content
Snippets Groups Projects
Commit 4a2b0047 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Merge duplicate selector

parent 02cd3f5c
No related branches found
No related tags found
No related merge requests found
...@@ -427,6 +427,10 @@ CONTENT ...@@ -427,6 +427,10 @@ CONTENT
#layout { #layout {
right: 0; right: 0;
padding-right: 0; padding-right: 0;
min-height: 100%;
/* negative margin = footer height + padding-top + padding-bottom */
margin: 0 auto -6rem auto;
} }
#content { #content {
...@@ -502,10 +506,6 @@ pre#xmlmetadata { ...@@ -502,10 +506,6 @@ pre#xmlmetadata {
/* *********************************************************** /* ***********************************************************
FOOTER FOOTER
************************************************************ */ ************************************************************ */
#layout {
min-height: 100%;
margin: 0 auto -6rem auto; /*negative margin = footer height + padding-top + padding-bottom*/
}
#bottom, #push { #bottom, #push {
height: 6rem; height: 6rem;
......
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