* Typo in keyboard-shortcuts.html

* Changes on all pages and CSS for
  - min/max width
  - topic title to the left under the logo
  - a new logo (thanks Jorge)
  - refurbished navi bar
  - some more printing tweaks

There are a few CSS issues where I can use some help. I'll post about it on the
documentation mailing list.

+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32651 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2009-08-24 12:41:43 +00:00
parent d62eae6e2e
commit d616e43574
93 changed files with 1032 additions and 983 deletions
+14 -12
View File
@@ -21,21 +21,23 @@
<body>
<div class="logo">
<img src="../images/logo.png" alt="logo" width="372" height="86" />
<div class="title">Index</div>
<img src="./images/logo.png" alt="logo" class="noprint" id="logo" name="logo" />
</div>
<div class="topnav">
<p>
<a href="contents.html">Contents</a>
&#160;&#160;&#160;
Previous: <a href="attributes.html">Attributes</a>
&#160;&#160;&#160;
Next: <a href="queries.html">Queries</a>
&laquo;&#160;&#160;<a href="attributes.html">Attributes</a>
&#160;&#160;::&#160;&#160;
<a href="contents.html" class="uplink">Contents</a>
&#160;&#160;::&#160;&#160;
<a href="queries.html">Queries</a>&#160;&#160;&raquo;
</p>
</div>
<div class="content">
<div class="title">Index</div>
<p><a href="attributes.html">Attributes</a> and <a href="queries.html">Queries</a> are key features of Haiku. While attributes are useful on their own, to display additional information on a file, for a query on them, they need to be indexed. It puts them into a lookup table, which in turn makes queries lightning fast.<br />
The index is part of the filesystem and is kept for every volume/partition separately.</p>
@@ -122,11 +124,11 @@ If no volume is specified, the volume of the current directory is assumed.</pre>
<div class="bottomnav">
<p>
<a href="contents.html">Contents</a>
&#160;&#160;&#160;
Previous: <a href="attributes.html">Attributes</a>
&#160;&#160;&#160;
Next: <a href="queries.html">Queries</a>
&laquo;&#160;&#160;<a href="attributes.html">Attributes</a>
&#160;&#160;::&#160;&#160;
<a href="contents.html" class="uplink">Contents</a>
&#160;&#160;::&#160;&#160;
<a href="queries.html">Queries</a>&#160;&#160;&raquo;
</p>
</div>