mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
private category layout on /categories was busted
This commit is contained in:
parent
5667478b4d
commit
b9d773ddcd
1 changed files with 3 additions and 4 deletions
|
@ -218,6 +218,9 @@
|
|||
h3 {
|
||||
display: inline-block;
|
||||
font-size: 1.286em;
|
||||
i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
a[href] {
|
||||
color: $primary;
|
||||
}
|
||||
|
@ -313,10 +316,6 @@ button.dismiss-read {
|
|||
}
|
||||
}
|
||||
|
||||
.category-name {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.category-logo {
|
||||
max-height: 150px;
|
||||
float: left;
|
||||
|
|
Loading…
Reference in a new issue