Difference between revisions of "MediaWiki:Common.css"

A fragment of the Garden of Remembering

(Created page with "→‎CSS placed here will be applied to all skins: ul.nolines li.gallerybox div.thumb { border-width: 0; background: transparent; }")
 
(Grumbly plank ALSO THIS HAD BETTER NOT MESS UP ANY SKINS OR ELSE.)
Line 4: Line 4:
border-width: 0;
border-width: 0;
background: transparent;
background: transparent;
}
.center {
text-align: center;
margin: auto;
}
}

Revision as of 02:54, 4 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;
}