move jagged-border gap removal to mobile only

This commit is contained in:
Jeff Atwood 2015-10-15 17:19:10 -07:00
parent 7338f74f14
commit e744d85c99
2 changed files with 6 additions and 2 deletions

View File

@ -237,8 +237,6 @@ blockquote > *:last-child {
background-repeat: repeat-x; background-repeat: repeat-x;
padding: 20px 0; padding: 20px 0;
margin-bottom: 20px; margin-bottom: 20px;
margin-left: -10px;
margin-right: -10px;
} }
} }

View File

@ -523,3 +523,9 @@ span.highlighted {
.small-action.time-gap .topic-avatar { .small-action.time-gap .topic-avatar {
margin-top: -5px; margin-top: -5px;
} }
.gap.jagged-border {
margin-left: -10px;
margin-right: -10px;
}