Difference between revisions of "MediaWiki:Common.css"

From Episodia
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .page-Wiki_Home .mw-redirectedfrom { display: none; }")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.page-Wiki_Home .mw-redirectedfrom {
+
w/index.php .mw-redirectedfrom {
 +
  display: none;
 +
}
 +
 
 +
w/index.php #contentSub {
 
   display: none;
 
   display: none;
 
}
 
}

Latest revision as of 04:13, 30 November 2015

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

w/index.php .mw-redirectedfrom {
  display: none;
}

w/index.php #contentSub {
  display: none;
}