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%;
     float: none;
     float: none;
}
}
 
/* 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: inline-block !important;
     flex: 0 0 45%;
     flex: 0 0 45%;
     top: 60px;
     top: 60px;