MediaWiki:Vector.css: Difference between revisions

From Karl Polanyi
Jump to navigation Jump to search
No edit summary
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 {  }
#body {  }
#content { max-width:900px; word-wrap: break-word; }
 
#content p {text-align: justify; }
#content p, #content li  {text-align: justify; max-width:900px; word-wrap: normal; }

Revision as of 14:27, 3 May 2017

/* CSS placed here will affect users of the Vector skin */
#body {  }

#content p, #content li  {text-align: justify; max-width:900px; word-wrap: normal; }