Add a share button to news feed sidebar, made edit icons consistent.

This commit is contained in:
Victoria Wang 2015-03-23 17:17:04 -07:00
parent 326650b4e3
commit 070a8f0a66
3 changed files with 7 additions and 2 deletions

View file

@ -662,6 +662,10 @@
margin: 20px auto 2em auto;
text-align: center;
.btn:last-child {
margin-left: 10px;
}
@media (max-device-width:480px), screen and (max-width:800px) {
text-align: left;
}