mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Add breadcrumb nav and show active navbar item
This commit is contained in:
@ -153,7 +153,7 @@ footer {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.langbar-item.selected {
|
||||
.navbar-item.active, .langbar-item.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -285,6 +285,28 @@ h1 svg.icon {
|
||||
|
||||
|
||||
|
||||
/* Breadcrumb navigation */
|
||||
.breadcrumb {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 20px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.breadcrumb ul {
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.breadcrumb li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.breadcrumb li+li:before {
|
||||
content: "»"
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Print compatibility */
|
||||
@media print {
|
||||
.top, .section-header-link {
|
||||
|
Reference in New Issue
Block a user