mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08: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 {
|
li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
a {
|
font-weight: bold;
|
||||||
|
a, a:visited {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
color: $primary;
|
||||||
}
|
}
|
||||||
.top-date-string {
|
.top-date-string {
|
||||||
|
font-weight: normal;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue