MediaWiki:Monobook.css: Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
/* CSS placed here will affect users of the MonoBook skin */
/* See also: [[MediaWiki:Common.css]] */

/*** Bold 'edit this page' link to encourage newcomers ***/

#ca-edit a {
font-weight: bold !important;
}

/* Edit window toolbar */
#toolbar {
height: 22px;
margin-bottom: 6px;
}

Revision as of 06:34, 11 April 2014

/* CSS placed here will affect users of the MonoBook skin */
/* See also: [[MediaWiki:Common.css]] */

/*** Bold 'edit this page' link to encourage newcomers ***/

#ca-edit a { 
    font-weight: bold !important; 
}

/* Edit window toolbar */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}