Jump to content

MediaWiki:Vector.css: Difference between revisions

From Wikium
Created page with "All CSS here will be loaded for users of the Vector skin: main content: #content { margin-left: auto !important; margin-right: auto !important; max-width: 1000px; }"
 
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* main content */
#content {
margin-left: auto !important;
margin-right: auto !important;
  max-width: 1000px;
}

Latest revision as of 20:24, 5 November 2022

/* All CSS here will be loaded for users of the Vector skin */