Skip to content

Commit d581857

Browse files
committed
Fix alignment
1 parent 66329a7 commit d581857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css3-namespace/issues-3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
table { border-collapse: collapse; width: 100%; }
1111
tbody { border: solid thick white; }
1212
th { width: 5em; padding: 0 0.5em; text-align: right;
13-
font-weight: normal; font-style: italic; }
13+
font-weight: normal; font-style: italic; vertical-align: baseline; }
1414
th[colspan] { text-align: center; font-style: normal; font-weight: bold; }
1515
</style>
1616
<body>

0 commit comments

Comments
 (0)