Skip to content

Commit

Permalink
attempt 2 fixing consecutive class
Browse files Browse the repository at this point in the history
  • Loading branch information
sawwashere committed Aug 13, 2016
1 parent fdd478a commit 838d1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -591,11 +591,11 @@ strong.username {
position:absolute;

}
[class^="chat-msg"]:not(.drink):not(.consecutive) {
[class*="chat-msg"]:not(.drink):not(.consecutive) {
margin-top: 4px;
margin-left: 10px;
}
[class^="chat-msg"].consecutive {
.consecutive[class^="chat-msg"] {
margin-left: 70px;
}
img.chat-avatar.chat-avatar_big {
Expand Down

0 comments on commit 838d1db

Please sign in to comment.