From 4a1324dc31ea4c4b2697db7cc78169cae65981a9 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Mon, 31 Jan 2011 07:42:43 -0500 Subject: [PATCH] docs : add vendor border-radius --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 09433c0..f24322e 100644 --- a/css/style.css +++ b/css/style.css @@ -84,7 +84,9 @@ body { position: relative; background: #888; color: #222; - border-top-right-radius: 1.2em; + -webkit-border-top-right-radius: 1.2em; + -moz-border-radius-topright: 1.2em; + border-top-right-radius: 1.2em; } .element.alkali { background: #F00; background: hsl( 0, 100%, 50%); }