mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move util::logical_geometry to style
This commit is contained in:
parent
63dc161b77
commit
db8d502f41
27 changed files with 32 additions and 34 deletions
|
@ -22,9 +22,9 @@ use incremental::RESOLVE_GENERATED_CONTENT;
|
|||
use inline::InlineMetrics;
|
||||
use std::sync::Arc;
|
||||
use style::computed_values::{list_style_type, position};
|
||||
use style::logical_geometry::LogicalSize;
|
||||
use style::properties::ComputedValues;
|
||||
use text;
|
||||
use util::logical_geometry::LogicalSize;
|
||||
use util::opts;
|
||||
|
||||
/// A block with the CSS `display` property equal to `list-item`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue