MediaWiki:Common.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) 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: | ||
} | } | ||
#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 */ |