The main content of a post was being floated to the left in mobile. This

was causing the topic map to surround the first post.
This commit is contained in:
Robin Ward 2014-05-13 15:07:05 -04:00
parent 954f0df625
commit 2e4d8b2e13

View file

@ -148,6 +148,10 @@ a.star {
text-shadow: none !important;
}
.topic-post .boxed .contents {
float: none;
}
.topic-map {
.btn {