mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Make the choice of layout runtime setting
Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
f11c6045e3
commit
d31cdb682f
262 changed files with 1740 additions and 3700 deletions
|
@ -585,7 +585,6 @@ pub enum TextAlignKeyword {
|
|||
Left,
|
||||
Right,
|
||||
Center,
|
||||
#[cfg(any(feature = "gecko", feature = "servo-layout-2013"))]
|
||||
Justify,
|
||||
#[css(skip)]
|
||||
#[cfg(feature = "gecko")]
|
||||
|
@ -597,11 +596,11 @@ pub enum TextAlignKeyword {
|
|||
MozLeft,
|
||||
#[cfg(feature = "gecko")]
|
||||
MozRight,
|
||||
#[cfg(feature = "servo-layout-2013")]
|
||||
#[cfg(feature = "servo")]
|
||||
ServoCenter,
|
||||
#[cfg(feature = "servo-layout-2013")]
|
||||
#[cfg(feature = "servo")]
|
||||
ServoLeft,
|
||||
#[cfg(feature = "servo-layout-2013")]
|
||||
#[cfg(feature = "servo")]
|
||||
ServoRight,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue