mirror of
https://review.haiku-os.org/userguide
synced 2024-11-23 07:08:25 +01:00
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:
parent
29e7bd3616
commit
f9f0914233
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
Next: <a href="workspaces.html">Workspaces</a>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef" ></td>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user