FIX: mobile date was pushed offscreen, w/ h-scroll

This commit is contained in:
Jeff Atwood 2014-11-01 21:21:16 -07:00
parent 7143b09b98
commit a54e33cd6b
3 changed files with 2 additions and 8 deletions

View File

@ -33,7 +33,6 @@ body {
.boxed {
height: 100%;
@include border-radius-all(5px);
&.white {
background-color: $secondary;
}

View File

@ -10,9 +10,8 @@ body {
.boxed {
height: 100%;
@include border-radius-all(5px);
.contents {
padding: 10px 10px 10px 10px;
padding: 10px;
}
&.white {
background-color: $secondary;

View File

@ -364,10 +364,6 @@ iframe {
display: none;
}
.topic-meta-data {
margin-bottom: 10px;
}
.open>.dropdown-menu {
display: block;
}
@ -473,7 +469,7 @@ span.highlighted {
margin-left: 60px;
white-space: nowrap;
position: absolute;
width: 100%;
width: 80%;
left: 0px;
.names {
margin: 5px 0 0 5px;