mirror of
https://github.com/django-components/django-components.git
synced 2025-10-05 03:30:19 +00:00
Deployed a8a3828
to dev with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
commit
3f18cd7e31
131 changed files with 16349 additions and 0 deletions
15
dev/css/timeago.css
Normal file
15
dev/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