Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
Line 2: Line 2:
  
 
body {
 
body {
   font-family: Georgia;
+
   text-align: left;
  font-size: large;
 
  color: blue;
 
 
}
 
}
  

Revision as of 09:56, 6 April 2018

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

body {
  text-align: left;
}



#toc {
  display:block;
}