Merge pull request #6059 from svbergerem/bootstrap3-likes-style
Bootstrap3: fix likes avatars and conversation participants
This commit is contained in:
commit
c1813aafa6
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@
|
|||
background-color: lighten($blue,5%);
|
||||
cursor: pointer;
|
||||
.participants {
|
||||
height: 25px;
|
||||
height: 31px;
|
||||
margin-top: 5px;
|
||||
padding-top: 5px;
|
||||
border-color: rgba($border-grey, 1)
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
margin-top: 10px;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
.bd { display: inline-block; }
|
||||
.author-name, .bd { display: inline-block; }
|
||||
.entypo.heart {
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue