mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: move list-style-image out of mako
cleaner way to set boxed param redefine get_initial_value to none make parse method clearer remove some extra lines
This commit is contained in:
parent
d832e1b8f8
commit
eb88a298f6
5 changed files with 45 additions and 42 deletions
|
@ -49,7 +49,7 @@ pub use self::length::{LengthOrPercentage, LengthOrPercentageOrAuto};
|
|||
pub use self::length::{LengthOrPercentageOrNone, MaxLength, MozLength};
|
||||
pub use self::length::{NoCalcLength, ViewportPercentageLength};
|
||||
pub use self::length::NonNegativeLengthOrPercentage;
|
||||
pub use self::list::Quotes;
|
||||
pub use self::list::{ListStyleImage, Quotes};
|
||||
pub use self::outline::OutlineStyle;
|
||||
pub use self::rect::LengthOrNumberRect;
|
||||
pub use self::percentage::Percentage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue