mirror of
https://github.com/servo/servo.git
synced 2025-07-08 16:03:40 +01:00
Correct serialization of column-rule shorthand
This commit is contained in:
parent
ca6376a714
commit
a994e4e96b
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@
|
|||
impl<'a> LonghandsToSerialize<'a> {
|
||||
fn to_css_declared<W>(&self, dest: &mut W) -> fmt::Result where W: fmt::Write {
|
||||
let mut need_space = false;
|
||||
try!(self.column_rule_width.to_css(dest));
|
||||
|
||||
if let DeclaredValue::Value(ref width) = *self.column_rule_width {
|
||||
try!(width.to_css(dest));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue