mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +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")}
|
||||
|
||||
|
||||
<%self:single_component_value name="line-height">
|
||||
<%self:single_component_value name="line-height" inherited="True">
|
||||
#[deriving(Clone)]
|
||||
pub enum SpecifiedValue {
|
||||
SpecifiedNormal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue