Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 48: Line 48:
}
}


#user-profile-left {
#user-page-left {
     float: none;
     float: none;
     width: 100%;
     width: 100%;
Line 99: Line 99:
.user-section-title {
.user-section-title {
color: var(--color-subtle);
color: var(--color-subtle);
}
#user-page-left {
    width: 35%;
    float: left;
}
.clearfix {
    display: inline;
}
}
#user-page-right {
#user-page-right {
     float: right;
     float: right;
     width: 55%;
     width: 55%;
}
.clearfix {
    display: inline;
}
}