Browse Source

fixing margin of .post-text

nin-v2
myleneb 9 years ago
parent
commit
d05f121e55
  1. 2
      css/style.css
  2. 2
      sass/layout/_postboard.sass

2
css/style.css

@ -1383,7 +1383,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
} }
.post-text { .post-text {
margin: 0 0 0 58px; margin: 0 0 0 63px;
word-wrap: break-word; word-wrap: break-word;
min-height: 28px; min-height: 28px;
padding: 0; padding: 0;

2
sass/layout/_postboard.sass

@ -162,7 +162,7 @@
color: lighten($dark-grey,5%) color: lighten($dark-grey,5%)
.post-text .post-text
margin: 0 0 0 ($mini-usr-img +10) margin: 0 0 0 ($mini-usr-img +15)
word-wrap: break-word word-wrap: break-word
min-height: $mini-usr-img - 20 min-height: $mini-usr-img - 20
padding: 0 padding: 0

Loading…
Cancel
Save