We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4115a9 commit b61bf6eCopy full SHA for b61bf6e
1 file changed
css-align-3/Overview.bs
@@ -64,7 +64,12 @@ spec:css2; type:dfn; text:line box
64
table small { display: block; }
65
66
table.align-details { width: 100%; }
67
-.align-details th { font: inherit; white-space: nowrap; width: 1em; }
+.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; }
73
</style>
74
75
<h2 id="intro">
0 commit comments