Skip to content

Commit 4b29611

Browse files
Merge pull request #26 from dragonyanglong/master
Sync with the source at 1d6b1bc
2 parents 34317e6 + dec9e06 commit 4b29611

File tree

5 files changed

+857
-515
lines changed

5 files changed

+857
-515
lines changed

_static/basic.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -520,23 +520,24 @@ dl.citation > dd:after {
520520
}
521521

522522
dl.field-list {
523-
display: flex;
524-
flex-wrap: wrap;
523+
display: grid;
524+
grid-template-columns: fit-content(30%) auto;
525525
}
526526

527527
dl.field-list > dt {
528-
flex-basis: 20%;
529528
font-weight: bold;
530529
word-break: break-word;
530+
padding-left: 0.5em;
531+
padding-right: 5px;
531532
}
532533

533534
dl.field-list > dt:after {
534535
content: ":";
535536
}
536537

537538
dl.field-list > dd {
538-
flex-basis: 70%;
539-
padding-left: 1em;
539+
padding-left: 0.5em;
540+
margin-top: 0em;
540541
margin-left: 0em;
541542
margin-bottom: 0em;
542543
}

0 commit comments

Comments
 (0)