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%; | ||
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: | position: inline-block !important; | ||
flex: 0 0 45%; | flex: 0 0 45%; | ||
top: 60px; | top: 60px; |