Add permalinks for posts and authors.
[Sone.git] / src / main / resources / static / css / sone.css
index 38fcd19..2621b50 100644 (file)
@@ -121,6 +121,10 @@ textarea {
        float: right;
 }
 
+#sone #notification-area .notification .hidden {
+       display: none;
+}
+
 #sone #plugin-warning {
        border: solid 0.5em red;
        padding: 0.5em;
@@ -262,6 +266,10 @@ textarea {
        display: inline;
 }
 
+#sone .permalink {
+       display: inline;
+}
+
 #sone .post .bookmarks {
        display: inline;
        color: rgb(28, 131, 191);