mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
fix line-height property
This commit is contained in:
parent
815d222e00
commit
dac1176d15
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ pub mod longhands {
|
||||||
"parse_non_negative")}
|
"parse_non_negative")}
|
||||||
|
|
||||||
|
|
||||||
<%self:single_component_value name="line-height">
|
<%self:single_component_value name="line-height" inherited="True">
|
||||||
#[deriving(Clone)]
|
#[deriving(Clone)]
|
||||||
pub enum SpecifiedValue {
|
pub enum SpecifiedValue {
|
||||||
SpecifiedNormal,
|
SpecifiedNormal,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue