Minor UI improvements to event feed

This commit is contained in:
Dmitriy Zaporozhets 2013-08-16 15:37:42 +03:00
parent 37e1f53734
commit 14db704231
2 changed files with 0 additions and 2 deletions

View File

@ -97,7 +97,6 @@
}
ul {
margin-bottom: 5px;
.avatar {
width: 18px;
margin: 2px 4px;

View File

@ -8,7 +8,6 @@
- if event.push?
= render "events/event/push", event: event
.clearfix
- elsif event.note?
= render "events/event/note", event: event
- else