mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -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 {
|
h3 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 1.286em;
|
font-size: 1.286em;
|
||||||
|
i {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
a[href] {
|
a[href] {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
@ -313,10 +316,6 @@ button.dismiss-read {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-name {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.category-logo {
|
.category-logo {
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in a new issue