Bootstrap3: fix likes avatars and conversation participants

This commit is contained in:
Steffen van Bergerem 2015-06-04 22:49:42 +02:00
parent e3605f471c
commit 2da262a262
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
background-color: lighten($blue,5%); background-color: lighten($blue,5%);
cursor: pointer; cursor: pointer;
.participants { .participants {
height: 25px; height: 31px;
margin-top: 5px; margin-top: 5px;
padding-top: 5px; padding-top: 5px;
border-color: rgba($border-grey, 1) border-color: rgba($border-grey, 1)

View file

@ -66,7 +66,7 @@
margin-top: 10px; margin-top: 10px;
font-size: 12px; font-size: 12px;
line-height: 16px; line-height: 16px;
.bd { display: inline-block; } .author-name, .bd { display: inline-block; }
.entypo.heart { .entypo.heart {
display: inline-block; display: inline-block;
font-size: 16px; font-size: 16px;