mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add space before keyword for border-image-slice
This commit is contained in:
parent
ca6376a714
commit
3c412383fb
1 changed files with 2 additions and 2 deletions
|
@ -598,7 +598,7 @@ ${helpers.single_keyword("-moz-float-edge", "content-box margin-box",
|
|||
try!(self.corners[3].to_css(dest));
|
||||
|
||||
if self.fill {
|
||||
try!(dest.write_str("fill"));
|
||||
try!(dest.write_str(" fill"));
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
@ -612,7 +612,7 @@ ${helpers.single_keyword("-moz-float-edge", "content-box margin-box",
|
|||
}
|
||||
|
||||
if self.fill {
|
||||
try!(dest.write_str("fill"));
|
||||
try!(dest.write_str(" fill"));
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue