Skip to content

Commit 643cac6

Browse files
committed
Switch .define to .longlastcol, since that's what it's about.
1 parent 8fbab15 commit 643cac6

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

css-values/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@ Registration for the <code>about:invalid</code> URL scheme</h3>
17911791

17921792
The official record of this registration can be found at <a href="http://www.iana.org/assignments/about-uri-tokens/about-uri-tokens.xhtml">http://www.iana.org/assignments/about-uri-tokens/about-uri-tokens.xhtml</a>.
17931793

1794-
<table class="data define">
1794+
<table class="data longlastcol">
17951795
<tr>
17961796
<th>Registered Token
17971797
<td><code>invalid</code>

default.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -765,9 +765,6 @@
765765
border-top: 1px solid silver;
766766
padding-right: 1em;
767767
}
768-
.data.define td:last-child {
769-
text-align: left;
770-
}
771768

772769
.data tbody th[rowspan],
773770
.proptable tbody th[rowspan],
@@ -789,7 +786,8 @@
789786
border: 1px solid silver;
790787
}
791788

792-
.data td.long {
789+
.data td.long,
790+
.data.longlastcol td:last-child {
793791
vertical-align: baseline;
794792
text-align: left;
795793
}

0 commit comments

Comments
 (0)