But let's hide external permalink if already linked through 'source'

This commit is contained in:
Mikael Nordfeldth 2015-02-04 22:44:38 +01:00
parent ff0a93a0ba
commit 363d467585
1 changed files with 4 additions and 0 deletions

View File

@ -970,6 +970,10 @@ content: ":";
content: '[';
}
.notice footer .source + .permalink.external {
display: none;
}
/* old school conversation style */
#conversation .notices .notices {