command:html: convert -moz-border-radius to border-radius.
authorW. Trevor King <wking@tremily.us>
Mon, 17 Sep 2012 13:35:10 +0000 (09:35 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 17 Sep 2012 13:38:59 +0000 (09:38 -0400)
commit682b25c41cb70ee4e9274274e99f3ebe386e4315
treee0e5163d28d3652b5ab9168bca102defb44da95d
parent99373a9f5abc16e4eae021b0feaf33a1d26ce476
command:html: convert -moz-border-radius to border-radius.

border-radius and friends are standard CSS3 [1].

[1]: http://www.w3.org/TR/css3-background/#the-border-radius
libbe/command/html.py