[publican-list] [Bug 509768] fix for no rounded corners in html output when viewed in Safari

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 8 23:16:38 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=509768


Jeff Fearn <jfearn at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |MODIFIED




--- Comment #5 from Jeff Fearn <jfearn at redhat.com>  2009-09-08 19:16:37 EDT ---
I just checked in this change, so it will be in 1.0

$ svn diff -r778:779
Index: datadir/Common_Content/common/en-US/css/common.css
===================================================================
--- datadir/Common_Content/common/en-US/css/common.css  (revision 778)
+++ datadir/Common_Content/common/en-US/css/common.css  (revision 779)
@@ -1347,10 +1347,14 @@
 /* Dirty EVIL Mozilla hack for round corners */
 pre {
        -moz-border-radius:11px;
+       -webkit-border-radius:11px;
+       border-radius: 11px;
 }

 .example {
        -moz-border-radius:15px;
+       -webkit-border-radius:15px;
+       border-radius: 15px;
 }

 .term{

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the publican-list mailing list