This commit is contained in:
Aetherinox
2025-02-23 19:05:22 +00:00
parent 03cc313402
commit 2628c99013
72 changed files with 19861 additions and 0 deletions

15
css/timeago.css Normal file
View File

@@ -0,0 +1,15 @@
/*
timeago output is dynamic, which breaks when you print a page.
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 }
}