Difference between revisions of "MediaWiki:Common.css"

From Stoic Wiki
Jump to: navigation, search
Line 15: Line 15:
 
.mw-body {  
 
.mw-body {  
 
   max-width: 870px;  
 
   max-width: 870px;  
 +
}
 +
 +
div.row {
 +
  max-width: 870px;
 
}
 
}

Revision as of 20:43, 8 September 2017

/* CSS placed here will be applied to all skins */

/* Remove [Edit] links next to each section */
.mw-editsection { display: none !important; }

/* Hide Discussion tabs on user pages */
.ns-2 #ca-talk { display: none !important; }

/* Quote template */

.quote-footer {
margin-bottom: 1.5em;
}

.mw-body { 
  max-width: 870px; 
}

div.row {
  max-width: 870px;
}