FIX: mobile layout was too wide

This commit is contained in:
Jeff Atwood 2014-10-03 12:49:44 -07:00
parent 1e5195e68f
commit ce8a4266b6
1 changed files with 1 additions and 2 deletions

View File

@ -471,14 +471,13 @@ span.highlighted {
.topic-avatar { .topic-avatar {
float: left; float: left;
position: relative; position: relative;
z-index: 2;
} }
.topic-meta-data { .topic-meta-data {
white-space: nowrap; white-space: nowrap;
position: absolute; position: absolute;
z-index: 1;
width: 100%; width: 100%;
left: 0px;
.names { .names {
margin: 5px 0 0 65px; margin: 5px 0 0 65px;
line-height: 17px; line-height: 17px;