MediaWiki:Common.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
Line 57: | Line 57: | ||
} | } | ||
#user-page-left { | #user-page-left { | ||
float: left; | |||
width: 45%; | |||
margin-right: 2%; | |||
clear: none; | |||
} | } | ||
#user-page-right { | #user-page-right { | ||
float: left; | |||
width: 53%; | |||
clear: none; | |||
} | |||
/* Optional: add a clearfix on whatever element follows to stop collapse */ | |||
#user-page-left::after, | |||
#user-page-right::after { | |||
content: ""; | |||
display: table; | |||
clear: both; | |||
} | } | ||
.clearfix { | .clearfix { | ||
position: | position: static !important; | ||
display: block !important; | |||
display: | |||
} | } | ||