Difference between revisions of "MediaWiki:Common.css"

From D Wiki
Jump to: navigation, search
(Take 4)
(ParentArticle styling)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
pre {
+
 
font-family: Consolas, monospace !important;
+
#contentSub3 {
font-size: 14px;
+
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;
}