MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 31: Line 31:
.tabbox > .tab { margin-bottom: 8px; }
.tabbox > .tab { margin-bottom: 8px; }
.tabbox:not(:first-of-type) { display: none; }
.tabbox:not(:first-of-type) { display: none; }
/* User profile */
.user-section-heading { clear: both; }
@media all and (min-width: 720px) {
#user-page-left > .profile-info-container > div {
width: 50%;
float: left;
}
}