Difference between revisions of "MediaWiki:Common.css"

From Life After BOB Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: p { font-size: large; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
p {
 
p {
   font-size: large;
+
   font-size: x-large;
 
}
 
}

Revision as of 14:21, 21 April 2021

/* CSS placed here will be applied to all skins */
p {
  font-size: x-large;
}