Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
body {
+
h1 {
 
   text-align: left;
 
   text-align: left;
 
}
 
}

Revision as of 09:56, 6 April 2018

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

h1 {
  text-align: left;
}



#toc {
  display:block;
}