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 */
  
html {
+
div {
 
   font-family: Georgia;
 
   font-family: Georgia;
 
   font-size: large;
 
   font-size: large;

Revision as of 09:49, 6 April 2018

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

div {
  font-family: Georgia;
  font-size: large;
  color: blue;
}



#toc {
  display:block;
}