mirror of
https://github.com/django-components/django-components.git
synced 2025-10-07 12:40:19 +00:00
Deployed c76f819
to 0.123 with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
0b83c7f1f9
commit
2f4b15ad92
167 changed files with 12436 additions and 3 deletions
16
0.123/css/style.css
Normal file
16
0.123/css/style.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.md-typeset h2 {
|
||||
border-top: 1px solid var(--md-typeset-color);
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.md-nav__item--section {
|
||||
margin-top: 32px;
|
||||
}
|
15
0.123/css/timeago.css
Normal file
15
0.123/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