Difference between revisions of "MediaWiki:Common.css"

A fragment of the Garden of Remembering

(Grumbly plank ALSO THIS HAD BETTER NOT MESS UP ANY SKINS OR ELSE.)
Line 9: Line 9:
text-align: center;
text-align: center;
margin: auto;
margin: auto;
}
#editpage-copywarn {
display: none;
}
}

Revision as of 08:25, 10 February 2014

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

ul.nolines li.gallerybox div.thumb { 
	border-width: 0;
	background: transparent;
}

.center {
	text-align: center;
	margin: auto;
}

#editpage-copywarn {
	display: none;
}