MediaWiki:Common.css: Difference between revisions

From APC Writer's Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: html { font-size: 1.1em; }")
 
No edit summary
Line 2: Line 2:
html {
html {
   font-size: 1.1em;
   font-size: 1.1em;
}
a.link {
  color: #007836;
}
}

Revision as of 06:40, 12 November 2014

/* CSS placed here will be applied to all skins */
html {
  font-size: 1.1em;
}

a.link {
  color: #007836;
}