fixing width of poster section of topic-list

This commit is contained in:
Kris Aubuchon 2014-02-26 22:23:48 -05:00
parent 190f075fae
commit adde163447
1 changed files with 2 additions and 0 deletions

View File

@ -364,6 +364,8 @@
}
.posters {
float: left;
display: block;
width: 165px;
}
> footer {
border: 1px solid $primary_border_color;