mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
make top period chooser styled more like the heading
This commit is contained in:
parent
89be23a5d4
commit
1fb3c2cee6
1 changed files with 4 additions and 1 deletions
|
@ -280,11 +280,14 @@ ol.category-breadcrumb {
|
|||
li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
a {
|
||||
font-weight: bold;
|
||||
a, a:visited {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
color: $primary;
|
||||
}
|
||||
.top-date-string {
|
||||
font-weight: normal;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue