Show Sone logo when not logged in, show avatar when logged in.
[Sone.git] / src / main / resources / static / css / sone.css
index 9250410..5f43ae3 100644 (file)
@@ -67,16 +67,10 @@ textarea {
 
 #sone #profile.online .picture {
        position: absolute;
-       background-image: url("../images/sone.png");
-       width: 80px;
-       height: 80px;
 }
 
 #sone #profile.offline .picture {
        position: absolute;
-       background-image: url("../images/sone-offline.png");
-       width: 80px;
-       height: 80px;
 }
 
 #sone #profile.offline .edit-profile-link, #sone #profile.offline .profile-link {