get rid of some needless (?) img styles on mobile

This commit is contained in:
Jeff Atwood 2014-06-23 01:17:23 -07:00
parent 071d47ded9
commit fc12091a93
2 changed files with 0 additions and 8 deletions

View File

@ -159,10 +159,6 @@ body {
to {opacity: 1}
}
.avatar {
@include border-radius-all(2px);
}
.avatar-wrapper {
background-color: $secondary;
display: inline-block;

View File

@ -340,10 +340,6 @@ span.post-count {
}
.topic-post {
article.boxed img {
max-width: 100%;
height: auto;
}
&.moderator {
background-color: scale-color($highlight, $lightness: 60%);
}