mirror of
https://github.com/django-components/django-components.git
synced 2025-11-19 14:26:46 +00:00
Deployed 0064de9 to 0.102 with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
77951abc23
commit
f213703e89
139 changed files with 19807 additions and 3 deletions
15
0.102/css/timeago.css
Normal file
15
0.102/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 }
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue