svn commit: r39740 - head/share/misc
Eitan Adler
eadler at FreeBSD.org
Fri Oct 12 12:10:42 UTC 2012
Author: eadler (src,ports committer)
Date: Fri Oct 12 12:10:41 2012
New Revision: 39740
URL: http://svn.freebsd.org/changeset/doc/39740
Log:
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@
Modified:
head/share/misc/docbook.css
Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css Thu Oct 11 22:08:35 2012 (r39739)
+++ head/share/misc/docbook.css Fri Oct 12 12:10:41 2012 (r39740)
@@ -184,9 +184,6 @@ svnref {
}
blockquote, .example, .programlisting {
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- -khtml-border-radius: 6px;
border-radius: 6px;
}
More information about the svn-doc-head
mailing list