mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Tidy fix
This commit is contained in:
parent
4d46d257cd
commit
0b6f84e6a1
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ pub struct TableCellFlow {
|
||||||
|
|
||||||
/// The column span of this cell.
|
/// The column span of this cell.
|
||||||
pub column_span: u32,
|
pub column_span: u32,
|
||||||
|
|
||||||
/// Whether this cell is visible. If false, the value of `empty-cells` means that we must not
|
/// Whether this cell is visible. If false, the value of `empty-cells` means that we must not
|
||||||
/// display this cell.
|
/// display this cell.
|
||||||
pub visible: bool,
|
pub visible: bool,
|
||||||
|
|
|
@ -544,7 +544,7 @@ impl CollapsedBorder {
|
||||||
provenance: CollapsedBorderProvenance::FromTable,
|
provenance: CollapsedBorderProvenance::FromTable,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Creates a collapsed border from the block-start border described in the given CSS style
|
/// Creates a collapsed border from the block-start border described in the given CSS style
|
||||||
/// object.
|
/// object.
|
||||||
fn top(css_style: &ComputedValues, provenance: CollapsedBorderProvenance)
|
fn top(css_style: &ComputedValues, provenance: CollapsedBorderProvenance)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue