Last active
October 13, 2016 05:01
-
-
Save vovafeldman/02872f314d9d155e45c86b7677598ee2 to your computer and use it in GitHub Desktop.
Freemius - weDocs Breadcrumbs SASS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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