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;
|
clear: left;
|
||||||
float: left;
|
float: left;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
@ -225,7 +227,9 @@ div.lightbox-wrapper {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-last-posted-at, .topic-created-at, .topic-stats {
|
.topic-last-posted-at,
|
||||||
|
.topic-created-at,
|
||||||
|
.topic-stats {
|
||||||
color: $primary-medium;
|
color: $primary-medium;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue