Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 57: Line 57:
}
}


/* Left section */
/* Left section
#user-page-left {
#user-page-left {
     flex: 0 0 45%;
     flex: 0 0 45%;
Line 63: Line 63:
}
}


/* Right section */
#user-page-right {
#user-page-right {
     flex: 0 0 52%;
     flex: 0 0 52%;
     float: none;
     float: none;
}
}
 
*/
/* Proper clearfix override */
/* Proper clearfix override */
.clearfix {
.clearfix {
     position: relative !important;
     position: relative !important;
    flex: 0 0 45%;
     top: 60px;
     top: 60px;
     display: flow-root; /* modern fix */
     display: flow-root; /* modern fix */