Skip to content

Instantly share code, notes, and snippets.

@vovafeldman
Last active October 13, 2016 05:01
Show Gist options
  • Save vovafeldman/02872f314d9d155e45c86b7677598ee2 to your computer and use it in GitHub Desktop.
Save vovafeldman/02872f314d9d155e45c86b7677598ee2 to your computer and use it in GitHub Desktop.
Freemius - weDocs Breadcrumbs SASS
.wedocs-single-wrap
{
.wedocs-single-content
{
.wedocs-breadcrumb
{
list-style: none;
margin-bottom: 10px;
padding-left: 0;
li { display: inline; }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment