rommapp_docs/docs/css/timeago.css
Georges-Antoine Assi d37627a3df
swap src with docs
2025-02-22 20:15:11 -05:00

16 lines
398 B
CSS

/*
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 }
}