Difference between revisions of "MediaWiki:Common.css"

From Myco Enthusiasm
Jump to navigation Jump to search
Line 2: Line 2:
 
#bodyContent {
 
#bodyContent {
 
   max-width: 750px; margin-left: 10px; margin-right:auto; padding: 0;  
 
   max-width: 750px; margin-left: 10px; margin-right:auto; padding: 0;  
 +
}
 +
 +
#mw-content-text p {
 +
  margin-bottom: 1em;
 
}
 
}

Revision as of 08:30, 2 September 2020

/* CSS placed here will be applied to all skins */
#bodyContent {
  max-width: 750px; margin-left: 10px; margin-right:auto; padding: 0; 
}

#mw-content-text p {
  margin-bottom: 1em;
}