ref: master
public/stylesheets/friends.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.controller-friends #remove_friend .friend_picture, #remove_suggestion .suggestion_picture { float: left; margin-right: 15px; } .controller-friends #remove_friend form, #remove_suggestion form { clear: both; padding-top: 20px; } .controller-friends #pagination-friends .pagination span { display: inline; } |