layout: Implement white-space: nowrap.

Improves the Reddit header.
This commit is contained in:
Patrick Walton 2014-09-22 20:27:59 -07:00
parent 178843456f
commit 9aacd4c10c
6 changed files with 122 additions and 15 deletions

View file

@ -1067,7 +1067,7 @@ pub mod longhands {
}
</%self:longhand>
${single_keyword("white-space", "normal pre")}
${single_keyword("white-space", "normal pre nowrap")}
// CSS 2.1, Section 17 - Tables
${new_style_struct("Table", is_inherited=False)}