0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

tweak to small avatars

This commit is contained in:
Dave Cranwell 2014-11-25 15:43:54 +00:00
parent f3d918fb21
commit 12806edb2c
2 changed files with 5 additions and 1 deletions

View File

@ -50,7 +50,7 @@
&.avatar-on-dark:before{
color:$color-grey-2;
border: 2px solid $color-grey-2;
border-color:$color-grey-2;
}
}

View File

@ -291,6 +291,10 @@ body.explorer-open {
margin:0 0.7em 0 0;
border:0;
float:left;
&:before{
text-shadow:none;
}
}
em{
width:120px;