Skip to content

Commit 388f971

Browse files
committed
doc: make table alignment on both doc and website/www
Make doc generation use same table alignment. Make the style.css files as identical as possible. website/www/_statis/style.css has more in it, but doc/_static/style.css is a prefix of www.
1 parent 3ed9acd commit 388f971

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/_static/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ div.file_insert { /* use to insert COPYING into license.txt */
478478
padding-inline: 0.5em;
479479
}
480480

481+
table.valign-top tbody td { vertical-align: top; }
482+
481483
/* consider highlighting header element that is a target */
482484
/*
483485
:target > :is(h1,h2,h3,h4,h5,h6) {

website/www/_static/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ div.file_insert { /* use to insert COPYING into license.txt */
478478
padding-inline: 0.5em;
479479
}
480480

481+
table.valign-top tbody td { vertical-align: top; }
482+
481483
/* consider highlighting header element that is a target */
482484
/*
483485
:target > :is(h1,h2,h3,h4,h5,h6) {
@@ -564,5 +566,3 @@ div#contact table td {
564566
white-space: nowrap;
565567
padding: 1pt 1em;
566568
}
567-
568-
table.valign-top tbody td { vertical-align: top; }

0 commit comments

Comments
 (0)