_path-nav.css
394 Bytes
.path-nav {
font-size: 14px;
height: 50px;
line-height: 50px;
color: #666;
overflow: hidden;
a {
text-decoration: none;
color: #666;
}
a:hover {
color: #1b1b1b;
}
.last {
font-weight: 700;
color: #1b1b1b;
}
.icon {
font-size: 14px;
margin-left: 6px;
margin-right: 6px;
}
}