Changes

From Drawn to Life Wiki
239 bytes added ,  21:10, 20 November 2020
no edit summary
Line 308: Line 308:  
}
 
}
    +
/*----------*/
    +
html, body {
 +
  height: 100%;
 +
  margin: 0;
 +
}
 +
.skin-vector-legacy {
 +
  min-height: 100%;
   −
#footer {
+
  /* Equal to height of footer */
 +
  /* But also accounting for potential margin-bottom of last child */
 +
  margin-bottom: -50px;
 +
}
 +
#rfooter,
 +
#rpush {
 +
  height: 50px;
 
   background-color: red;
 
   background-color: red;
 
   color: white;
 
   color: white;
  height: 100px;
   
}
 
}