Difference between revisions of "MediaWiki:Common.css"

From D Wiki
Jump to: navigation, search
(Remove previous font workaround)
(ParentArticle styling)
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
#contentSub3 {
 +
position: relative;
 +
top: -1em;
 +
height: 0;
 +
}
 +
 +
span.subpages {
 +
display: block;
 +
}

Latest revision as of 10:41, 6 July 2013

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

#contentSub3 {
	position: relative;
	top: -1em;
	height: 0;
}

span.subpages {
	display: block;
}