Skip to content

Commit

Permalink
Css classes for post author are nested under .post class, because I w…
Browse files Browse the repository at this point in the history
…anna create classes for comment author
  • Loading branch information
yucao24hours committed Sep 5, 2016
1 parent 91cf588 commit 2e0dcdc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/assets/stylesheets/posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@
ol {
@extend %post-list-common;
}
}

.author {
border-top: 1px solid $border-gray;
padding: 1.5rem 0;
text-align: right;
}
.author {
border-top: 1px solid $border-gray;
padding: 1.5rem 0;
text-align: right;
}

.author__nickname {
font-size: .9rem
}
.author__nickname {
font-size: .9rem
}

.author__created-at {
font-size: .8rem
.author__created-at {
font-size: .8rem
}
}

0 comments on commit 2e0dcdc

Please sign in to comment.