mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -54,7 +54,7 @@ pub use super::specified::{BorderStyle, TextDecorationLine};
|
|||
pub use self::length::{CalcLengthOrPercentage, Length, LengthOrNone, LengthOrNumber, LengthOrPercentage};
|
||||
pub use self::length::{LengthOrPercentageOrAuto, LengthOrPercentageOrNone, MaxLength, MozLength};
|
||||
pub use self::length::{CSSPixelLength, NonNegativeLength, NonNegativeLengthOrPercentage};
|
||||
pub use self::list::Quotes;
|
||||
pub use self::list::{ListStyleImage, Quotes};
|
||||
pub use self::outline::OutlineStyle;
|
||||
pub use self::percentage::Percentage;
|
||||
pub use self::position::{Position, GridAutoFlow, GridTemplateAreas};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue