organization list bottom spacing fix (#6534)

This commit is contained in:
Serghei Mihai 2015-03-25 18:51:36 +01:00
parent a5d8476a55
commit 033fb7123e
1 changed files with 4 additions and 0 deletions

View File

@ -180,3 +180,7 @@ footer a.ext-twitter:after {
height: 18px;
background: url('/img/twitter.png') no-repeat top 3px left 0;
}
li.media-item {
margin-bottom:10px;
}