Difference between revisions of "MediaWiki:Common.css"

From Stoic Wiki
Jump to: navigation, search
Line 17: Line 17:
 
}
 
}
  
div.row {
+
#page-content > div.row {
 
   max-width: 870px;
 
   max-width: 870px;
 
}
 
}

Revision as of 20:44, 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; 
}

#page-content > div.row {
  max-width: 870px;
}