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.

mkchris

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in 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;
    }
Viewing 1 post (of 1 total)