Turn off borders again temporarily

This commit is contained in:
Brian Anderson 2012-11-01 18:41:41 -07:00
parent f380b8d3b3
commit 9163dadcd0

View file

@ -463,7 +463,7 @@ impl RenderBox : RenderBoxMethods {
} }
}; };
let color = rgb(0, 128, 255).to_gfx_color(); // FIXME 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 { } else {
fail ~"unimplemented border widths"; fail ~"unimplemented border widths";