MediaWiki:Common.css: Difference between revisions

From Algopedia
Jump to navigationJump to search
No edit summary
 
(No difference)

Latest revision as of 14:49, 16 September 2014

/* CSS placed here will be applied to all skins */
tt, code, pre {
    font-family: monospace, "Courier New";
}

/* cata -- hide the "Main Page" text on the main page */
body.page-Main_Page h1.firstHeading {
  display: none;
}