MediaWiki:Vector.css: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
m (Hopefully Jeeps can find some time in the near future before I make everything suuper ugly. Be it design or code)
m (yeah no, that was bad. Jeeps needs to look at this first lol)
Tag: Manual revert
 
Line 3: Line 3:
content: " · ";
content: " · ";
font-weight: bold;
font-weight: bold;
}
/* Position the tabs */
#left-navigation,
#right-navigation {
margin-top: 54px;
}
}

Latest revision as of 06:27, 3 March 2024

/* CSS placed here will affect users of the Vector skin */
.hlist dd:after, .hlist li:after {
	content: " · ";
	font-weight: bold;
}