Difference between revisions of "MediaWiki:Common.css"

From coraldigest
Jump to: navigation, search
Line 2: Line 2:
h1.firstHeading { display:none; }
h1.firstHeading { display:none; }


img.floatright {
span.floatright {
     float: right;
     float: right;
     padding: 3px;
     padding: 3px;

Revision as of 14:44, 12 December 2012

/* CSS placed here will be applied to all skins */
h1.firstHeading { display:none; }

span.floatright {
     float: right;
     padding: 3px;
     margin-right: 5px;
     margin-left: 15px;
}