small tweaks to the "breadcrumbs" part of the theme to avoid double inserting a separation character
This commit is contained in:
@ -74,9 +74,16 @@ hr {
|
||||
}
|
||||
|
||||
.rst-breadcrumbs-buttons {
|
||||
padding-top: 5px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.breadcrumb-item:before {
|
||||
content: "»";
|
||||
color: black;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user