[Webkit-unassigned] [Bug 11018] New: render diffrence between safari and webkit
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Sep 25 02:01:34 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=11018
Summary: render diffrence between safari and webkit
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh PowerPC
URL: https://www.theveniceproject.com/
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: eske at lebox.dk
the page https://www.theveniceproject.com/ is rendered different between safari
and webkit
this is testet with the latest build
could it be a font not found?
the css looks like:
body {
font-size: 80%;
font-family: "Courier New", "Courier", monospace;
background-color: #ffffff;
text-align: center;
}
#doc {
width: 50em;
text-align: left;
position: relative;
margin: 0px auto;
padding: 70px 0px;
}
a {
color: #000000;
text-decoration: underline;
}
a:visited {
color: #000000;
}
a:hover {
text-decoration: none;
}
ul {
list-style-type: none;
padding: 0;
margin: 1em 0;
}
li {
padding: 0 0 1em 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
font-size: 1em;
font-weight: bold;
margin: 1em 0;
}
p {
width: 25em;
}
.bodytext {
margin-left: 20em;
}
.navigation {
position: absolute;
left: 50px;
top: 70px;
}
.row {
padding: 3px 0px;
}
.button {
padding: 10px 0px;
}
form {
padding: 15px 0px;
}
input.inputText, input.inputPasword, input#password, input#email {
font-size: 1em;
width: 15em;
/*font-family: "Courier New", "Courier", monospace;*/
font-family: Arial, Helvetica, sans-serif;
}
select {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
}
select#gender, select#agegroup, select#background, select#country {
width: 15em;
}
textarea {
font-size: inherit;
width: 25em;
font-family: Arial, Helvetica, sans-serif;
}
form label {
position: absolute;
text-align: right;
width: 13em;
margin-left: -13.5em;
}
span.tinylabel {
font-size: 0.85em;
color: #999999;
}
span.tinylabel a {
color: #999999;
}
span.tinylabel a:hover {
color: #999999;
}
span.tinylabel a:visited {
color: #999999;
}
div.footer {
margin: 5em 0em;
font-size: 0.85em;
color: #999999;
}
div.footer a {
color: #999999;
}
div.footer a:hover {
color: #999999;
}
div.footer a:visited {
color: #999999;
}
img.captcha {
margin: 0px 0px 10px 0px;
}
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list