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

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 6 01:55:18 UTC 2009


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

Summary: fix for no rounded corners in html output when viewed in Safari

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

           Summary: fix for no rounded corners in html output when viewed
                    in Safari
           Product: Red Hat Enterprise Linux 5
           Version: 5.2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: publican
        AssignedTo: mhideo at redhat.com
        ReportedBy: dmison at redhat.com
         QAContact: ecs-dev-list at redhat.com
                CC: publican-list at redhat.com
    Classification: Red Hat
    Target Release: ---


Description of problem:
The html output of <programlisting> and <example> do not appear with rounded
corners in Safari (and other webkit browsers I guess), only in Firefox.

FIX: the addition of the evil webkit-border-radius css attribute in the same
manner as the evil moz-border-radius attribute in common.css

eg:
/* Dirty EVIL Mozilla hack for round corners */
   and double-plus EVIL webkit hack */
pre {
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
}

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


Version-Release number of selected component (if applicable):
0.45

-- 
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