MediaWiki:Vector.css: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
m (Finished testing)
Tags: Replaced Undo
m (Hopefully Jeeps can find some time in the near future before I make everything suuper ugly. Be it design or code)
Line 3: Line 3:
content: " · ";
content: " · ";
font-weight: bold;
font-weight: bold;
}
/* Position the tabs */
#left-navigation,
#right-navigation {
margin-top: 54px;
}
}

Revision as of 06:26, 3 March 2024

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


/* Position the tabs */
#left-navigation,
#right-navigation {
	margin-top: 54px;
}