Merge pull request #1718 from awesomerobot/master

fixing the user column on the topic-list page
This commit is contained in:
Régis Hanol 2013-12-04 12:52:05 -08:00
commit 50bc23c2be
2 changed files with 10 additions and 5 deletions

View File

@ -231,7 +231,7 @@ blockquote {
.topic-statuses {
float: left;
margin: 1px 3px 0 0;
margin: 0 3px 0 0;
padding: 0;
.topic-status {
padding: 0 2px 0 0;

View File

@ -152,14 +152,18 @@
@include medium-width {
.main-link {
width: 380px;
width: 300px;
}
}
@include small-width {
@include small-width {
.main-link {
width: 335px;
width: 300px;
}
}
.topic-statuses:empty {
display: none;
}
@ -178,7 +182,8 @@
width: 140px;
}
.posters {
width: 170px;
max-width: 220px;
min-width: 150px;
> a {
float: left;
margin-right: 4px;