add mobile spacing for category under title

This commit is contained in:
Jeff Atwood 2014-10-02 02:18:47 -07:00
parent 29bb9eaa89
commit f442fca5af
2 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,6 @@
} }
.topic-statuses { .topic-statuses {
margin-top: -2px; margin-top: -2px;
} }
.select2-container { .select2-container {
vertical-align: middle; vertical-align: middle;

View File

@ -30,6 +30,9 @@
vertical-align: middle; vertical-align: middle;
} }
} }
.title-category-wrapper {
margin-top:5px;
}
.private-message-glyph { display: none; } .private-message-glyph { display: none; }
} }