]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/neo/css/display.css
getConversationUrl introduced for linking to conversations
[quix0rs-gnu-social.git] / theme / neo / css / display.css
index 7c883922bb0257a49d34736bca2e64ec312e3f46..c5da9e7d8cb3d1ceafab26564ab7501be6294ac8 100644 (file)
@@ -457,11 +457,11 @@ h6 {font-size: 1em;}
     max-width: 440px;
 }
 
-div.entry-content a.response:before {
-       content: "(";
+.entry-content a.conversation:before {
+       content: " (";
 }
 
-div.entry-content a.response:after {
+.entry-content a.conversation:after {
        content: ")";
 }