sailus
3/4/2016 - 2:24 AM

Separator / w menu poziomym

Separator / w menu poziomym

#top-menu > li a {
	display: inline-block;
}
#top-menu > li:after {
	content: "/";
	padding-left: 15px;
	font-size: 14px;
	float: right;
	line-height: 1em;
}

#top-menu > li:last-child:after {
	display: none;
}