Don’t make non-anonymous links bold, it’s too much.
[Sone.git] / src / main / resources / static / css / sone.css
index 608a4e8..c978cf2 100644 (file)
@@ -49,6 +49,10 @@ textarea {
        color: rgb(255, 172, 0);
 }
 
+#sone a.internet {
+       color: rgb(255, 0, 0);
+}
+
 #sone a img {
        border: none;
 }
@@ -177,7 +181,7 @@ textarea {
        min-height: 48px;
 }
 
-#sone .post .author {
+#sone .post .author, #sone .post .recipient {
        display: inline;
        font-weight: bold;
 }
@@ -335,10 +339,6 @@ textarea {
        background-color: #ffffa0;
 }
 
-#sone .sone .id {
-       display: none;
-}
-
 #sone .sone .profile-link {
        display: block;
 }