Difference between revisions of "MediaWiki:Common.css"
(Take 3) |
(ParentArticle styling) |
||
(2 intermediate revisions 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 */ | ||
− | + | ||
− | + | #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;
}