Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Right-floated last menu option

Home Forums Older releases 0.9.x Right-floated last menu option Reply To: Right-floated last menu option

#2384
mkchris
Participant

Apologies – ignore me, I checked your own CSS, as you are doing the same thing:

/* round the right corners of the last item */
.sm-blue > li:last-child > a {
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
}
.sm-blue > li:first-child, .sm-blue > li:last-child {
	border-left:0;
}