MediaWiki: Common.css: Difference between revisions

From coraldigest
Jump to: navigation, search
No edit summary
No edit summary
Line 13: Line 13:
span.floatleft {
span.floatleft {
     float: left;
     float: left;
     width: 500px;
     margin-right: 300px;
}
}

Revision as of 14:30, 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;
     margin-right: 300px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.