Changes

From Drawn to Life Wiki
282 bytes added ,  02:33, 18 November 2020
no edit summary
Line 26: Line 26:  
  /* Page Content */
 
  /* Page Content */
 
/****************/
 
/****************/
 
+
/*Postion of main page content*/
 +
#mw-head-base {
 +
    margin-top: 16em;
 +
}
 +
/*Position of top page controls*/
 +
#mw-head {
 +
    top: 19em;
 +
}
 +
/*Moves edit buttons, etc, down*/
 +
.mw-body {
 +
    padding: 4.25em 1.5em 1.5em 1.5em;
 +
}
 +
.mw-body .firstHeading {
 +
    border-top: 1px solid #a2a9b1;
 +
}
 
     /********************/
 
     /********************/
 
     /* End Page Content */
 
     /* End Page Content */