Fix display in NetSurf which doesn't notice the <body> parameters. visited link color isn't handled yet though.

Fixed a typo.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27917 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-10-07 22:22:19 +00:00
parent 29e7bd3616
commit f9f0914233
10 changed files with 31 additions and 1 deletions

View File

@ -4,6 +4,9 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>File Attributes</title>
<style type="text/css">
body { padding: 0px }
a:visited { color: #892601; }
a:link { color: #dc3c01; }
</style>
</head>
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"

View File

@ -4,6 +4,9 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>The Deskbar</title>
<style type="text/css">
body { padding: 0px }
a:visited { color: #892601; }
a:link { color: #dc3c01; }
</style>
</head>
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"

View File

@ -4,6 +4,9 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Filetypes</title>
<style type="text/css">
body { padding: 0px }
a:visited { color: #892601; }
a:link { color: #dc3c01; }
</style>
</head>
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"

View File

@ -4,6 +4,9 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Haiku's GUI</title>
<style type="text/css">
body { padding: 0px }
a:visited { color: #892601; }
a:link { color: #dc3c01; }
</style>
</head>
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
@ -86,7 +89,7 @@ There are only a few things in Haiku's GUI that aren't obvious and deserve an ex
&nbsp;&nbsp;&nbsp;
Next: <a href="workspaces.html">Workspaces</a>
</td>
<td width="5%" bgcolor="#efefef"&nbsp;></td>
<td width="5%" bgcolor="#efefef">&nbsp;</td>
</tr>
</table>

View File

@ -4,6 +4,9 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>The Index</title>
<style type="text/css">
body { padding: 0px }
a:visited { color: #892601; }
a:link { color: #dc3c01; }
</style>
</head>
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"

View File

@ -4,6 +4,9 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Queries</title>
<style type="text/css">
body { padding: 0px }
a:visited { color: #892601; }
a:link { color: #dc3c01; }
</style>
</head>
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"

View File

@ -4,6 +4,9 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>The Tracker</title>
<style type="text/css">
body { padding: 0px }
a:visited { color: #892601; }
a:link { color: #dc3c01; }
</style>
</head>
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"

View File

@ -4,6 +4,9 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>The Twitcher</title>
<style type="text/css">
body { padding: 0px }
a:visited { color: #892601; }
a:link { color: #dc3c01; }
</style>
</head>
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"

View File

@ -4,6 +4,9 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Welcome to Haiku!</title>
<style type="text/css">
body { padding: 0px }
a:visited { color: #892601; }
a:link { color: #dc3c01; }
</style>
</head>
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"

View File

@ -4,6 +4,9 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Workspaces</title>
<style type="text/css">
body { padding: 0px }
a:visited { color: #892601; }
a:link { color: #dc3c01; }
</style>
</head>
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"