mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Turn off borders again temporarily
This commit is contained in:
parent
f380b8d3b3
commit
9163dadcd0
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ impl RenderBox : RenderBoxMethods {
|
|||
}
|
||||
};
|
||||
let color = rgb(0, 128, 255).to_gfx_color(); // FIXME
|
||||
list.append_item(~DisplayItem::new_Border(&bounds, border_width, color));
|
||||
//list.append_item(~DisplayItem::new_Border(&bounds, border_width, color));
|
||||
|
||||
} else {
|
||||
fail ~"unimplemented border widths";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue