MediaWiki:Common.css: Difference between revisions

From The WMD Library
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
<pre><nowiki>*/
<pre><nowiki>*/


.image-right {
float: right;
}
.image-left {
float: left;
}




/*</nowiki></pre>*/
/*</nowiki></pre>*/

Revision as of 07:19, 19 September 2016

/* CSS placed here will be applied to all skins */

/*
** Stuff added by Member005 at start of file
*/
/* Copy from wikipedia common.css 25/12/2006 */
/* 

<pre><nowiki>*/

.image-right {
	float: right;
}

.image-left {
	float: left;
}


/*</nowiki></pre>*/