mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #15172 - upsuper:border-image-slice, r=Wafflespeanut
Add space before keyword for border-image-slice <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15172) <!-- Reviewable:end -->
This commit is contained in:
commit
9c5abebd47
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));
|
try!(self.corners[3].to_css(dest));
|
||||||
|
|
||||||
if self.fill {
|
if self.fill {
|
||||||
try!(dest.write_str("fill"));
|
try!(dest.write_str(" fill"));
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
@ -612,7 +612,7 @@ ${helpers.single_keyword("-moz-float-edge", "content-box margin-box",
|
||||||
}
|
}
|
||||||
|
|
||||||
if self.fill {
|
if self.fill {
|
||||||
try!(dest.write_str("fill"));
|
try!(dest.write_str(" fill"));
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue