forum: move inline css to stylesheet.

This commit is contained in:
evazion
2020-01-26 17:58:16 -06:00
parent c36c0b9e7a
commit 2265721cb2
2 changed files with 12 additions and 13 deletions

View File

@@ -55,8 +55,16 @@ div#c-forum-topics {
font-weight: bold;
}
#a-index table tr td:last-child {
white-space: nowrap;
#a-index {
.updated-at-column {
white-space: nowrap;
}
.updated-by-column, .updated-at-column {
@media screen and (max-width: 660px) {
display: none;
}
}
}
}