mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
fix the build.
This commit is contained in:
parent
111ae95cbc
commit
d64908ba27
@ -210,7 +210,9 @@ div.lightbox-wrapper {
|
||||
}
|
||||
}
|
||||
|
||||
.topic-last-posted-at, .topic-author-avatar-timestamp, .topic-stats {
|
||||
.topic-last-posted-at,
|
||||
.topic-author-avatar-timestamp,
|
||||
.topic-stats {
|
||||
clear: left;
|
||||
float: left;
|
||||
padding-top: 5px;
|
||||
@ -225,7 +227,9 @@ div.lightbox-wrapper {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.topic-last-posted-at, .topic-created-at, .topic-stats {
|
||||
.topic-last-posted-at,
|
||||
.topic-created-at,
|
||||
.topic-stats {
|
||||
color: $primary-medium;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user