Difference between revisions of "MediaWiki:Common.css"

From Austin Improv Community Wiki
(Squeezing together plainlist items.)
 
(moving adjustments for 'plainlist' UL into CSS.)
Line 2: Line 2:


.plainlist ul li {  
.plainlist ul li {  
margin-bottom: 0px;
margin-bottom: 0px;
}
 
.plainlist ul {
line-height: inherit;
list-style: none outside none;
margin: 0px;
}
}

Revision as of 13:33, 26 March 2013

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

.plainlist ul li { 
	margin-bottom: 0px;
}

.plainlist ul { 
	line-height: inherit;
	list-style: none outside none;
	margin: 0px;
}