MediaWiki:Vector.css: Difference between revisions

From Karl Polanyi
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(8 intermediate revisions by the same user not shown)
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:1000px; }
 
#content { word-wrap: break-word; }
.tocnumber { display: none; }
#content p {text-align: justify; }
 
#mw-content-text p {text-align:justify; max-width:750px; word-break:normal; }
 
#mw-content-text li {text-align:justify; max-width:720px; word-break:normal; }

Latest revision as of 02:17, 25 July 2020

/* CSS placed here will affect users of the Vector skin */

.tocnumber { display: none; }

#mw-content-text p {text-align:justify; max-width:750px; word-break:normal; }

#mw-content-text li {text-align:justify; max-width:720px; word-break:normal; }