Skip to content

Commit 751cc74

Browse files
committed
Automated deployment: Sun Nov 10 08:35:19 UTC 2019 cd3f0ce0b21c51674fdbade7c16dc2729a56f8e1
1 parent 779264e commit 751cc74

35 files changed

+1611
-1255
lines changed

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: c79bd2c7f6735b09a44f7dfcaa237099
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

CNAME

Lines changed: 0 additions & 2 deletions
This file was deleted.

_static/basic.css

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,12 @@ img.align-center, .figure.align-center, object.align-center {
289289
margin-right: auto;
290290
}
291291

292+
img.align-default, .figure.align-default {
293+
display: block;
294+
margin-left: auto;
295+
margin-right: auto;
296+
}
297+
292298
.align-left {
293299
text-align: left;
294300
}
@@ -297,6 +303,10 @@ img.align-center, .figure.align-center, object.align-center {
297303
text-align: center;
298304
}
299305

306+
.align-default {
307+
text-align: center;
308+
}
309+
300310
.align-right {
301311
text-align: right;
302312
}
@@ -368,6 +378,11 @@ table.align-center {
368378
margin-right: auto;
369379
}
370380

381+
table.align-default {
382+
margin-left: auto;
383+
margin-right: auto;
384+
}
385+
371386
table caption span.caption-number {
372387
font-style: italic;
373388
}
@@ -505,23 +520,24 @@ dl.citation > dd:after {
505520
}
506521

507522
dl.field-list {
508-
display: flex;
509-
flex-wrap: wrap;
523+
display: grid;
524+
grid-template-columns: fit-content(30%) auto;
510525
}
511526

512527
dl.field-list > dt {
513-
flex-basis: 20%;
514528
font-weight: bold;
515529
word-break: break-word;
530+
padding-left: 0.5em;
531+
padding-right: 5px;
516532
}
517533

518534
dl.field-list > dt:after {
519535
content: ":";
520536
}
521537

522538
dl.field-list > dd {
523-
flex-basis: 70%;
524-
padding-left: 1em;
539+
padding-left: 0.5em;
540+
margin-top: 0em;
525541
margin-left: 0em;
526542
margin-bottom: 0em;
527543
}

0 commit comments

Comments
 (0)