Difference between revisions of "MediaWiki:Common.css"

From Wikiworld's pages
Jump to navigation Jump to search
(Show siteSub.)
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#siteSub { display:block;}
+
#siteSub {  
 +
  display:block;
 +
  font-style: italic;
 +
}

Revision as of 12:31, 1 September 2020

/* CSS placed here will be applied to all skins */
#siteSub { 
  display:block;
  font-style: italic;
}