remove extra space in front of mobile topic title

This commit is contained in:
Jeff Atwood 2014-10-02 02:39:55 -07:00
parent 8e751541df
commit f96e6e2376

View file

@ -87,18 +87,17 @@ blockquote {
.topic-statuses {
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
.topic-status {
margin: 0;
display: inline-block;
i {
font-size: 20px;
color: darken($secondary, 60%);
}
}
}
.topic-statuses:empty {
display: none;
}
// Styles used before the user is logged into discourse. For example, activating their
// account or changing their email.