* 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,21 +21,23 @@
|
||||
<body>
|
||||
|
||||
<div class="logo">
|
||||
<img src="../images/logo.png" alt="logo" width="372" height="86" />
|
||||
<div class="title">Team Monitor</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="twitcher.html">Twitcher</a>
|
||||
   
|
||||
Next: <a href="tracker.html">Tracker</a>
|
||||
«  <a href="twitcher.html">Twitcher</a>
|
||||
  ::  
|
||||
<a href="contents.html" class="uplink">Contents</a>
|
||||
  ::  
|
||||
<a href="tracker.html">Tracker</a>  »
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="title">Team Monitor</div>
|
||||
|
||||
<p>With <span class="key">CTRL</span> <span class="key">ALT</span> <span class="key">DEL</span> you invoke the Team Monitor which lists all currently running programs.</p>
|
||||
<img src="images/teammonitor-images/teammonitor.png" alt="teammonitor.png" />
|
||||
<p>Programs that were launched by the system are blue, those started by the user black.<br />
|
||||
@@ -47,11 +49,11 @@ Applications that are unresponsive, which is often a sign the program has crashe
|
||||
<!--
|
||||
<div class="bottomnav">
|
||||
<p>
|
||||
<a href="contents.html">Contents</a>
|
||||
   
|
||||
Previous: <a href="twitcher.html">The Twitcher</a>
|
||||
   
|
||||
Next: <a href="tracker.html">The Tracker</a>
|
||||
«  <a href="twitcher.html">Twitcher</a>
|
||||
  ::  
|
||||
<a href="contents.html" class="uplink">Contents</a>
|
||||
  ::  
|
||||
<a href="tracker.html">Tracker</a>  »
|
||||
</p>
|
||||
</div>
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user