]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
But let's hide external permalink if already linked through 'source'
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 4 Feb 2015 21:44:38 +0000 (22:44 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 4 Feb 2015 21:44:38 +0000 (22:44 +0100)
theme/base/css/display.css

index 8fb325e87dd468a4a1b10fe04e543dff14a5d984..f15f6c831bae532e9d1c7d1983da181b80afdc29 100644 (file)
@@ -970,6 +970,10 @@ content: ":";
     content: '[';
 }
 
+.notice footer .source + .permalink.external {
+    display: none;
+}
+
 /* old school conversation style */
 
 #conversation .notices .notices {