diff options
Diffstat (limited to 'docs/site/css')
| -rw-r--r-- | docs/site/css/timeago.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/site/css/timeago.css b/docs/site/css/timeago.css deleted file mode 100644 index f7ab7d69..00000000 --- a/docs/site/css/timeago.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - 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 } -} - |
