added following/unfollowing

This commit is contained in:
Jeena Paradies 2012-11-28 03:15:51 +01:00
parent fa62ef3629
commit 60ec8a4454
2 changed files with 66 additions and 1 deletions

View file

@ -246,3 +246,18 @@ li.mentioned {
width: 15px;
margin-right: 5px;
}
header.profile button {
background: #09F;
float: right;
color: white;
cursor: pointer;
padding: 6px 10px;
border: 0;
border-radius: 3px;
font-weight: bold;
}
header.profile button.following {
background: #D84A38;
}