Entrance Announcement
MICTE 2080
2080 Magh 07
MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→All CSS here will be loaded for users of the Vector skin: #content, #footer { margin-left: 11em; } #left-navigation { left: 11em; }" |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* | /* increase Vector sidebar width to accommodate ads */ | ||
# | div#mw-panel { width: 12em; } | ||
#footer { | div#p-Ads div.body {margin: 0em !important; } | ||
div#footer, #mw-head-base, div#content { margin-left: 12em; } | |||
} | #left-navigation { margin-left: 12em; } | ||
#left-navigation { | |||
} |
Latest revision as of 04:14, 21 November 2024
/* increase Vector sidebar width to accommodate ads */ div#mw-panel { width: 12em; } div#p-Ads div.body {margin: 0em !important; } div#footer, #mw-head-base, div#content { margin-left: 12em; } #left-navigation { margin-left: 12em; }