Skip to content

Commit b61bf6e

Browse files
committed
[css-align-3] Tweak table styling
1 parent e4115a9 commit b61bf6e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

css-align-3/Overview.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ spec:css2; type:dfn; text:line box
6464
table small { display: block; }
6565

6666
table.align-details { width: 100%; }
67-
.align-details th { font: inherit; white-space: nowrap; width: 1em; }
67+
.align-details th {
68+
font: inherit;
69+
font-style: italic;
70+
white-space: nowrap; width: 1em;
71+
vertical-align: baseline; }
72+
.align-details td { vertical-align: baseline; }
6873
</style>
6974

7075
<h2 id="intro">

0 commit comments

Comments
 (0)