MediaWiki:Vector.css: Difference between revisions

From Karl Polanyi
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #body {max-width:1200px; word-wrap: break-word; } #body p {text-align: justify; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
#body {max-width:1200px; word-wrap: break-word; }
#body {max-width:1000px; word-wrap: break-word; }
#body p {text-align: justify;  }
#body p {text-align: justify;  }

Revision as of 22:11, 2 May 2017

/* CSS placed here will affect users of the Vector skin */
#body {max-width:1000px; word-wrap: break-word; }
#body p {text-align: justify;  }