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:
parent
46084179be
commit
89b7f2ff85
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39740
1 changed files with 0 additions and 3 deletions
|
@ -184,9 +184,6 @@ svnref {
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote, .example, .programlisting {
|
blockquote, .example, .programlisting {
|
||||||
-moz-border-radius: 6px;
|
|
||||||
-webkit-border-radius: 6px;
|
|
||||||
-khtml-border-radius: 6px;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue