This commit is contained in:
iFlip721
2026-02-09 15:50:22 +00:00
parent aa0776cf42
commit d7ce839c71
38 changed files with 3122 additions and 486 deletions

View File

@@ -1,15 +1,14 @@
/*
/*
timeago output is dynamic, which breaks when you print a page.
This CSS is only included when type: timeago
This CSS is only included when type: timeago
and ensures fallback to type "iso_date" when printing.
*/
.git-revision-date-localized-plugin-iso_date { display: none }
@media print {
.git-revision-date-localized-plugin-iso_date { display: inline }
.git-revision-date-localized-plugin-timeago { display: none }
.git-revision-date-localized-plugin-iso_date { display: inline }
.git-revision-date-localized-plugin-timeago { display: none }
}