mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Move LengthOrPercentageOrAuto to style::attr.
This commit is contained in:
parent
1bc94c132e
commit
06a1d04ca6
10 changed files with 17 additions and 21 deletions
|
@ -14,7 +14,7 @@ use dom::htmlelement::HTMLElement;
|
|||
use dom::node::Node;
|
||||
use dom::virtualmethods::VirtualMethods;
|
||||
use string_cache::Atom;
|
||||
use util::str::LengthOrPercentageOrAuto;
|
||||
use style::attr::LengthOrPercentageOrAuto;
|
||||
|
||||
#[dom_struct]
|
||||
pub struct HTMLHRElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue