summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2004-01-20 19:29:10 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2004-01-20 19:29:10 +0000
commit70cd3bdc9916c5f68ee3b6bec1f018291cbb2d99 (patch)
tree676ce3afa63512acec86cbfa04fe1bdd2336e4e0
parent0dab93fe7652dd1f1c656356a62f01d4053bb2ff (diff)
downloadnetsurf-70cd3bdc9916c5f68ee3b6bec1f018291cbb2d99.tar.gz
netsurf-70cd3bdc9916c5f68ee3b6bec1f018291cbb2d99.tar.bz2
[project @ 2004-01-20 19:29:10 by tlsa]
Change CSS layout stuff and remove debugging key shortcuts. svn path=/import/netsurf/; revision=491
-rw-r--r--!NetSurf/Docs/en/netsurf,f795
-rw-r--r--!NetSurf/Docs/en/user,faf20
2 files changed, 14 insertions, 11 deletions
diff --git a/!NetSurf/Docs/en/netsurf,f79 b/!NetSurf/Docs/en/netsurf,f79
index 37bdee3bd..3d5712d5f 100644
--- a/!NetSurf/Docs/en/netsurf,f79
+++ b/!NetSurf/Docs/en/netsurf,f79
@@ -37,6 +37,11 @@ text-align: left;
vertical-align: top;
}
+.icon {
+text-align: center;
+vertical-align: top;
+background-color: #d8d8d8;
+}
.center { text-align: center; }
th { font-size: large; }
diff --git a/!NetSurf/Docs/en/user,faf b/!NetSurf/Docs/en/user,faf
index c8638f55a..01f433a44 100644
--- a/!NetSurf/Docs/en/user,faf
+++ b/!NetSurf/Docs/en/user,faf
@@ -24,15 +24,15 @@
<p><strong>Status Line:</strong> This text displays information to the user. When you move the pointer over a link, this will show the URL that the link points to. The status line also displays information about NetSurf's progress while retrieving a page.</p>
<p><strong>Throbber:</strong> This NetSurf logo animates while a page is downloading or rendering. It indicates that NetSurf is doing something.</p>
<table border="0" cellpadding="4" cellspacing="0">
-<tr><td align="center" valign="top" bgcolor="#D8D8D8"><img src="images/back" alt="Back Button" height="34" width="34"></td><td><p><strong>Back:</strong> Clicking on this button, makes NetSurf go back to the previous page in the history list. If you followed a link from one page to another, this button allows you to get back to the first page.</p></td></tr>
-<tr><td align="center" valign="top" bgcolor="#D8D8D8"><img src="images/mark" alt="Bookmark Button" height="34" width="34"></td><td><p><strong>Bookmark:</strong> Select clicking on this button adds the current location to the bookmarks or favourites. Adjust clicking opens the bookmarks window.</p></td></tr>
-<tr><td align="center" valign="top" bgcolor="#D8D8D8"><img src="images/forward" alt="Forward Button" height="34" width="34"></td><td><p><strong>Forward:</strong> Clicking on this button allows you to advance through the history list.</p></td></tr>
-<tr><td align="center" valign="top" bgcolor="#D8D8D8"><img src="images/history" alt="History Button" height="34" width="34"></td><td><p><strong>History:</strong> Clicking on this button opens a window containing a history tree. Clicking on an item in this window will move to the relevant page in the history.</p></td></tr>
-<tr><td align="center" valign="top" bgcolor="#D8D8D8"><img src="images/home" alt="Home Button" height="34" width="34"></td><td><p><strong>Home:</strong> Clicking on this button returns to the configured home page.</p></td></tr>
-<tr><td align="center" valign="top" bgcolor="#D8D8D8"><img src="images/print" alt="Print Button" height="34" width="34"></td><td><p><strong>Print:</strong> Clicking on this button will print the current page.</p></td></tr>
-<tr><td align="center" valign="top" bgcolor="#D8D8D8"><img src="images/reload" alt="Reload Button" height="34" width="34"></td><td><p><strong>Reload:</strong> Clicking on this button will make NetSurf fetch and redraw the current page again.</p></td></tr>
-<tr><td align="center" valign="top" bgcolor="#D8D8D8"><img src="images/save" alt="Save Button" height="34" width="34"></td><td><p><strong>Save:</strong> Clicking on this button will open a save dialogue box, to allow you to save the page for future reference.</p></td></tr>
-<tr><td align="center" valign="top" bgcolor="#D8D8D8"><img src="images/stop" alt="Stop Button" height="34" width="34"></td><td><p><strong>Stop:</strong> Clicking on this button stops whatever process that window is doing.</p></td></tr>
+<tr><td class="icon"><img src="images/back" alt="Back Button" height="34" width="34"></td><td><p><strong>Back:</strong> Clicking on this button, makes NetSurf go back to the previous page in the history list. If you followed a link from one page to another, this button allows you to get back to the first page.</p></td></tr>
+<tr><td class="icon"><img src="images/mark" alt="Bookmark Button" height="34" width="34"></td><td><p><strong>Bookmark:</strong> Select clicking on this button adds the current location to the bookmarks or favourites. Adjust clicking opens the bookmarks window.</p></td></tr>
+<tr><td class="icon"><img src="images/forward" alt="Forward Button" height="34" width="34"></td><td><p><strong>Forward:</strong> Clicking on this button allows you to advance through the history list.</p></td></tr>
+<tr><td class="icon"><img src="images/history" alt="History Button" height="34" width="34"></td><td><p><strong>History:</strong> Clicking on this button opens a window containing a history tree. Clicking on an item in this window will move to the relevant page in the history.</p></td></tr>
+<tr><td class="icon"><img src="images/home" alt="Home Button" height="34" width="34"></td><td><p><strong>Home:</strong> Clicking on this button returns to the configured home page.</p></td></tr>
+<tr><td class="icon"><img src="images/print" alt="Print Button" height="34" width="34"></td><td><p><strong>Print:</strong> Clicking on this button will print the current page.</p></td></tr>
+<tr><td class="icon"><img src="images/reload" alt="Reload Button" height="34" width="34"></td><td><p><strong>Reload:</strong> Clicking on this button will make NetSurf fetch and redraw the current page again.</p></td></tr>
+<tr><td class="icon"><img src="images/save" alt="Save Button" height="34" width="34"></td><td><p><strong>Save:</strong> Clicking on this button will open a save dialogue box, to allow you to save the page for future reference.</p></td></tr>
+<tr><td class="icon"><img src="images/stop" alt="Stop Button" height="34" width="34"></td><td><p><strong>Stop:</strong> Clicking on this button stops whatever process that window is doing.</p></td></tr>
</table>
<p>Buttons that are grayed out indicate that their function is unavailable. This happens when you open a new browser window. Since the window will be displaying its first page, there would be no previous page and the back button is grayed out. Also, as this is the first page, the forward button is also grayed out.</p>
<h2><a name="menus">Menus</a></h2>
@@ -61,8 +61,6 @@
<tr><td><p>Ctrl+Cursor Down</p></td><td><p>Go to bottom of page</p></td></tr>
<tr><td><p>Ctrl+Cursor Up</p></td><td><p>Go to top of page</p></td></tr>
<tr><td><p>F8</p></td><td><p>View webpage source</p></td></tr>
-<tr><td><p>F9</p></td><td><p>Dumps the box tree into stderr if it's an html page<br>Dumps the css into stderr if it's a CSS content</p></td></tr>
-<tr><td><p>F10</p></td><td><p>Dumps the cache into stderr</p></td></tr>
<tr><td><p>Ctrl+F2</p></td><td><p>Closes the window</p></td></tr></table>
<h2><a name="urls">URL Shortcuts</a></h2>
<p>NetSurf also supports URL shortcuts, which allow quick access to various pages. The supported URL shortcuts are listed below. Type them into a NetSurf URL bar to see the corresponding page.</p>