Skip to content

Commit 1c828c5

Browse files
bwbroersmamxsasha
authored andcommitted
Fix #1730 - CSS print permalink date and link
1 parent b88b28f commit 1c828c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

frontend/css/print.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@ aside,
2121
.footlink,
2222
.panel-button-container,
2323
.panel-title a .icon,
24-
.timestamp,
24+
.timestamp > :not(a.permalink),
2525
#site-description {
2626
display:none !important;
2727
}
2828

29+
/* print permalink */
30+
a.permalink::after {
31+
content: ": " attr(href);
32+
}
33+
2934
/* print design */
3035
header {
3136
position: absolute !important;

0 commit comments

Comments
 (0)