Skip to content

Instantly share code, notes, and snippets.

@erikjung
Created February 28, 2012 04:15
Show Gist options
  • Save erikjung/1929410 to your computer and use it in GitHub Desktop.
Save erikjung/1929410 to your computer and use it in GitHub Desktop.
UI Pattern: "Breadcrumb"
/**
* UI Pattern: "Breadcrumb"
*/
.breadcrumb {
display: block;
}
.breadcrumb a:link:after {
content: "/";
margin:0 .5em;
}
.breadcrumb a:last-child {
font-weight: bold;
}
<link rel=stylesheet href=//erikdavidjung.com/bootstrap.css>
<nav class="ui breadcrumb">
<a href=#>This is a link</a>
<a href=#>Lorem link</a>
<a href=#>Dolor link two</a>
<a href=#>Here is a link</a>
<a>Active Link</a>
</nav>
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment