More actions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
/* | /* | ||
* Advertisement | * Advertisement | ||
* | |||
* See MW:Group-user.css for how ads are hidden for logged-in users. | |||
*/ | */ | ||
# | /* Make room for top-right ad banner. */ | ||
/* | #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. */ | |||
max-width: calc(100% - 468px - 16px); | |||
} | } | ||
Line 30: | Line 36: | ||
} | } | ||
/* | /* Non-logged in users have little use for these, though we add a link to | ||
Special:Upload to the sidebar for them, as they may want to use that. */ | |||
#p-Special, | #p-Special, | ||
#p-tb { | #p-tb { |