mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
Fixed broken new topic buttons, unread boldness
This commit is contained in:
parent
ea36fd1a76
commit
11e72701cf
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
top: 40px;
|
||||
right: 0;
|
||||
width: auto;
|
||||
z-index: 10;
|
||||
|
||||
a:last-child {
|
||||
margin-right: 0;
|
||||
|
@ -127,7 +128,7 @@ div#categories {
|
|||
|
||||
.unread {
|
||||
color: $blue;
|
||||
font-weight: 400;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
thead th {
|
||||
|
|
Loading…
Reference in a new issue