Package: www.debian.org Severity: wishlist Tags: patch
Hi, -moz-border-radius, which will be replaced by official border-radius in CSS3, is specified in debian.css for Gecko to render rounded corners. -webkit-border-radius does so for WebKit. Could you please approve me to commit the attached patch adding the -webkit-border-radius line? Many thanks, -nori -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable'), (90, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-686 Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)
Index: english/debian.css =================================================================== RCS file: /cvs/webwml/webwml/english/debian.css,v retrieving revision 1.69 diff -u -r1.69 debian.css --- english/debian.css 22 Aug 2008 11:36:58 -0000 1.69 +++ english/debian.css 24 Dec 2008 12:16:36 -0000 @@ -670,7 +670,8 @@ #leftcol, #navbar, #navbar a { -moz-border-radius: 15px; - /* this goes to the end as the css validator does not like it + -webkit-border-radius: 15px; + /* these go to the end as the css validator does not like them will be replaced by border-radius with css3 */ }