mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 04:35:41 -04:00
deploy: 4b908bbc21
This commit is contained in:
15
css/timeago.css
Normal file
15
css/timeago.css
Normal 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 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user