Merge pull request #2020 from awesomerobot/master

fixing width of user section of topic-list
This commit is contained in:
Jeff Atwood 2014-02-26 19:42:30 -08:00
commit d5719deac7
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;