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; }


/* for images */
span.floatright {
span.floatright {
     float: right;
     float: right;
Line 7: Line 8:
     margin-right: 5px;
     margin-right: 5px;
     margin-left: 15px;
     margin-left: 15px;
}
/* for text next to images if they aren't wrapping properly */
span.floatleft {
    float: left;
    width: 500px;
}
}

Revision as of 19:29, 12 December 2012

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

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

/* for text next to images if they aren't wrapping properly */
span.floatleft {
     float: left;
     width: 500px;
}