private category layout on /categories was busted
This commit is contained in:
parent
5667478b4d
commit
b9d773ddcd
|
@ -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 New Issue