-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed e353fc0 with MkDocs version: 1.5.3
- Loading branch information
Showing
185 changed files
with
311,448 additions
and
5,899 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 } | ||
} | ||
|
Oops, something went wrong.