File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
doc/en/_themes/flask/static Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -424,12 +424,56 @@ a:hover tt {
424
424
background: #EEE;
425
425
}
426
426
427
+ #reference div.section h2 {
428
+ /* separate code elements in the reference section */
429
+ border-top: 2px solid #ccc;
430
+ padding-top: 0.5em;
431
+ }
432
+
427
433
#reference div.section h3 {
428
434
/* separate code elements in the reference section */
429
435
border-top: 1px solid #ccc;
430
436
padding-top: 0.5em;
431
437
}
432
438
439
+ dl.class, dl.function {
440
+ margin-top: 1em;
441
+ margin-bottom: 1em;
442
+ }
443
+
444
+ dl.class > dd {
445
+ border-left: 3px solid #ccc;
446
+ margin-left: 0px;
447
+ padding-left: 30px;
448
+ }
449
+
450
+ dl.field-list {
451
+ flex-direction: column;
452
+ }
453
+
454
+ dl.field-list dd {
455
+ padding-left: 4em;
456
+ border-left: 3px solid #ccc;
457
+ margin-bottom: 0.5em;
458
+ }
459
+
460
+ dl.field-list dd > ul {
461
+ list-style: none;
462
+ padding-left: 0px;
463
+ }
464
+
465
+ dl.field-list dd > ul > li li :first-child {
466
+ text-indent: 0;
467
+ }
468
+
469
+ dl.field-list dd > ul > li :first-child {
470
+ text-indent: -2em;
471
+ padding-left: 0px;
472
+ }
473
+
474
+ dl.field-list dd > p:first-child {
475
+ text-indent: -2em;
476
+ }
433
477
434
478
@media screen and (max-width: 870px) {
435
479
You can’t perform that action at this time.
0 commit comments