MediaWiki:Vector.css: Difference between revisions

From Kaetram Wiki
Jump to navigation Jump to search
Created page with "All CSS here will be loaded for users of the Vector skin: Reset sidebar positioning: #mw-panel { position: relative; top: auto; left: auto; margin: 0; } Reset logo positioning: #p-logo { position: relative; top: auto; left: auto; margin: 0; }"
 
Blanked the page
Tags: Blanking Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */


/* Reset sidebar positioning */
#mw-panel {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
}
/* Reset logo positioning */
#p-logo {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
}

Latest revision as of 22:16, 5 January 2026