Skip to content

Commit 81f4bdb

Browse files
committed
[css-values-4][meta] Don't use the inline-comma styling for .switch <dl>s.
1 parent a3e2de3 commit 81f4bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-values-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pre.value { font: inherit; white-space: pre-wrap; margin: 0; padding: 0; }
2727
#propvalues td { text-align: right; }
2828
#propvalues td + td { text-align: left; }
2929
dt + dt::before { content: ", "; }
30-
dt { display: inline; }
30+
dl:not(.switch) dt { display: inline; }
3131
td > small { display: block; }
3232
</style>
3333

0 commit comments

Comments
 (0)