* 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:
@@ -21,22 +21,23 @@
|
||||
<body>
|
||||
|
||||
<div class="logo">
|
||||
<img src="../images/logo.png" alt="logo" width="372" height="86" />
|
||||
<div class="title">Preferences</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>
|
||||
   
|
||||
Previous: <a href="desktop-applets.html">Desktop Applets</a>
|
||||
<!--    
|
||||
Next: <a href="demos.html">Demos</a>
|
||||
-->
|
||||
«  <a href="desktop-applets.html">Desktop Applets</a>
|
||||
  ::  
|
||||
<a href="contents.html" class="uplink">Contents</a>
|
||||
  ::  
|
||||
<a href="bash-scripting.html">Bash and Scripting</a>»  
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="title">Preferences</div>
|
||||
|
||||
<p>While a key philosophy of Haiku is to cut down on options and have sensible defaults instead, there are some things that have to be configured or can be set to individual preference. You find all panels in Deskbar's <span class="menu">Preferences</span> menu.</p>
|
||||
<table summary="contents" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td style="width:24px;"><img src="../images/prefs-images/appearance-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="preferences/prefs-appearance.html">Appearance</a></td><td style="width:10px;"> </td>
|
||||
@@ -78,16 +79,18 @@
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="bottomnav">
|
||||
<p>
|
||||
<a href="contents.html">Contents</a>
|
||||
   
|
||||
Previous: <a href="desktop-applets.html">Desktop Applets</a>
|
||||
   
|
||||
Next: <a href="demos.html">Demos</a>
|
||||
«  <a href="desktop-applets.html">Desktop Applets</a>
|
||||
  ::  
|
||||
<a href="contents.html" class="uplink">Contents</a>
|
||||
  ::  
|
||||
<a href="bash-scripting.html">Bash and Scripting</a>»  
|
||||
</p>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user