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
Tag: Blanking
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;
}

Revision as of 22:01, 5 January 2026