1
0
Fork 0

Issue 1779: There is now an atom feed link under the connect link on the profile page

This commit is contained in:
Michael Vogel 2015-11-28 18:11:34 +01:00
commit 388847e1f3
14 changed files with 37 additions and 5 deletions

View file

@ -854,6 +854,7 @@ aside #wallmessage-link:hover {
text-decoration: none;
background-color: #86608e;
}
aside #subscribe-feed-link,
aside #dfrn-request-link {
display: block;
-moz-border-radius: 5px 5px 5px 5px;
@ -865,6 +866,7 @@ aside #dfrn-request-link {
text-transform: uppercase;
padding: 4px 2px 2px 35px;
}
aside #subscribe-feed-link:hover,
aside #dfrn-request-link:hover {
text-decoration: none;
background-color: #86608e;