Ad placeholder

MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 19: Line 19:
/* Make room for top-right ad banner. */
/* Make room for top-right ad banner. */
#firstHeading {
#firstHeading {
/* Make sure there's enough vertical space for the ad banner. */
/*margin-top: 15px;*/
/*padding-bottom: 15px;*/
/* Ad banner is 468px. Add another 16px as padding. */
/* Ad banner is 468px. Add another 16px as padding. */
max-width: calc(100% - 468px - 16px);
max-width: calc(100% - 468px - 16px);
}
.mw-indicators {
/* In sync with the 16px above. */
margin-right: 16px;
}
}


Navigation menu