mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
Deployed 912d8e8
to 0.139.1 with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
2ade72c41a
commit
fa0fa32ca6
252 changed files with 20895 additions and 3 deletions
29
0.139.1/css/style.css
Normal file
29
0.139.1/css/style.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.md-typeset h2 {
|
||||
border-top: 1px solid var(--md-typeset-color);
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.md-typeset h3 {
|
||||
/* Original styling */
|
||||
font-size: 1.25em;
|
||||
font-weight: 400;
|
||||
letter-spacing: -.01em;
|
||||
line-height: 1.5;
|
||||
margin: 1.6em 0 0.8em;
|
||||
|
||||
/* Custom */
|
||||
border-top: 0.5px solid var(--md-typeset-color);
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.md-nav__item--section {
|
||||
margin-top: 32px;
|
||||
}
|
15
0.139.1/css/timeago.css
Normal file
15
0.139.1/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