diff --git a/index.html b/index.html index 76c332a..d0d30cd 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@

border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ /* useful if you don't want a bg color from leaking outside the border: */ - -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; + -moz-background-clip: padding; -o-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
/* */