MediaWiki:Common.css: Difference between revisions

From CNM Wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_left_vertical_navigation_toolbar */
#p-authoring,
#p-tb
  { opacity: 0.4 }

Revision as of 05:08, May 27, 2011

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

/* http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_left_vertical_navigation_toolbar */
#p-authoring,
#p-tb
  { opacity: 0.4 }