Skip to content

Commit

Permalink
Turn off borders again temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Nov 2, 2012
1 parent f380b8d commit 9163dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servo/layout/box.rs
Expand Up @@ -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";
Expand Down

0 comments on commit 9163dad

Please sign in to comment.