According to QuirksMode border-radius is supported on:

IE9+, FF10+, Safari 5.1+, Chrome 17+, and Opera 11+.

In other words these compatability hacks are no longer needed.

Approved by:	gabor
No objections:	www@
This commit is contained in:
Eitan Adler 2012-10-12 12:10:41 +00:00
parent 46084179be
commit 89b7f2ff85
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39740

View file

@ -184,9 +184,6 @@ svnref {
}
blockquote, .example, .programlisting {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
}