MediaWiki:Common.css: Difference between revisions

From CNM Wiki
Jump to navigation Jump to search
m (Undo revision 4112 by Stern (talk))
 
(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 */
/* http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_left_vertical_navigation_toolbar */
#p-authoring,
#p-tb
  { opacity: 0.4 }

Latest revision as of 17:09, October 22, 2012

/* 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 }