diff doc/main_window_menus.html @ 1105:215e102c1819

Drop most old css classes.
author zas_
date Sun, 09 Nov 2008 12:48:00 +0000
parents af04e83ec5eb
children 1bb220ff787e
line wrap: on
line diff
--- a/doc/main_window_menus.html	Sun Nov 09 09:39:14 2008 +0000
+++ b/doc/main_window_menus.html	Sun Nov 09 12:48:00 2008 +0000
@@ -25,11 +25,11 @@
           </td>
 
           <td>
-            <p class="gq-menus-1">Menus &ndash; Main Window</p>
+            <p class="navtop_title">Menus &ndash; Main Window</p>
           </td>
 
           <td>
-            <p class="gq-menus-2"><a href="main_window_layout.html">Next</a>
+            <p class="next"><a href="main_window_layout.html">Next</a>
             </p>
           </td>
         </tr>
@@ -186,22 +186,22 @@
 
   <h2>Changing the main window menu bar keyboard shortcuts</h2>
 
-  <p class="gq-menus-9">The keyboard shortcuts associated with the menu bar items can be changed by editing the accels file located in the Geeqie configuration folder <b>while the Geeqie application is not running</b>:</p>
+  <p>The keyboard shortcuts associated with the menu bar items can be changed by editing the accels file located in the Geeqie configuration folder <b>while the Geeqie application is not running</b>:</p>
 
-  <p class="gq-menus-5"><code><span class="gq-menus-8">($HOME)/.geeqie/accels</span></code>
+  <p><code><span class="gq-menus-8">($HOME)/.geeqie/accels</span></code>
   </p>
 
   <p><span class="gq-menus-8">To change a menu item, first find the line corresponding to the menu item</span> to change. For example the File menu Quit line originally looks like this:</p>
 
-  <p class="gq-menus-5"><code><span class="gq-menus-8">; (gtk_accel_path "&lt;main&gt;/File/Quit" "&lt;Control&gt;q")</span></code>
+  <p><code><span class="gq-menus-8">; (gtk_accel_path "&lt;main&gt;/File/Quit" "&lt;Control&gt;q")</span></code>
   </p>
 
-  <p class="gq-menus-9">To change this menu's keyboard shortcut, first remove the leading semicolon (;), removing the semicolon will tell Geeqie that this menu item has been customized. Then change the keyboard shortcut defined by the text in quotes at the end of the line, be sure to only change the text within the quotes; in this case the text &ldquo;&lt;control&gt;q&rdquo;. For example changing the shortcut associated with Quit to the Q key will result in this line:</p>
+  <p>To change this menu's keyboard shortcut, first remove the leading semicolon (;), removing the semicolon will tell Geeqie that this menu item has been customized. Then change the keyboard shortcut defined by the text in quotes at the end of the line, be sure to only change the text within the quotes; in this case the text &ldquo;&lt;control&gt;q&rdquo;. For example changing the shortcut associated with Quit to the Q key will result in this line:</p>
 
-  <p class="gq-menus-5"><code><span class="gq-menus-8">(gtk_accel_path "&lt;main&gt;/File/Quit" "q")</span></code>
+  <p><code><span class="gq-menus-8">(gtk_accel_path "&lt;main&gt;/File/Quit" "q")</span></code>
   </p>
 
-  <p class="gq-menus-9">Please note the removed semicolon and the change of &ldquo;&lt;control&gt;q&rdquo; to &ldquo;q&rdquo;, be careful not to change any of the other text on the line or Geeqie may ignore the customization. The keyboard modifiers and their respective text are listed below:</p>
+  <p>Please note the removed semicolon and the change of &ldquo;&lt;control&gt;q&rdquo; to &ldquo;q&rdquo;, be careful not to change any of the other text on the line or Geeqie may ignore the customization. The keyboard modifiers and their respective text are listed below:</p>
 
   <dl>
     <dd>
@@ -211,41 +211,41 @@
 
             <tr valign="top">
               <td width="50%">
-                <p class="gq-menus-10">Key</p>
+                <p>Key</p>
               </td>
 
               <td width="50%">
-                <p class="gq-menus-10">Text to use in accels file</p>
+                <p>Text to use in accels file</p>
               </td>
             </tr>
 
             <tr valign="top">
               <td width="50%">
-                <p class="gq-menus-1">[Shift]</p>
+                <p>[Shift]</p>
               </td>
 
               <td width="50%">
-                <p class="gq-menus-1">&lt;shift&gt;</p>
+                <p>&lt;shift&gt;</p>
               </td>
             </tr>
 
             <tr valign="top">
               <td width="50%">
-                <p class="gq-menus-1">[Control]</p>
+                <p>[Control]</p>
               </td>
 
               <td width="50%">
-                <p class="gq-menus-1">&lt;control&gt;</p>
+                <p>&lt;control&gt;</p>
               </td>
             </tr>
 
             <tr valign="top">
               <td width="50%">
-                <p class="gq-menus-1">[Alt]</p>
+                <p>[Alt]</p>
               </td>
 
               <td width="50%">
-                <p class="gq-menus-1">&lt;alt&gt;</p>
+                <p>&lt;alt&gt;</p>
               </td>
             </tr>
           </table>
@@ -284,12 +284,12 @@
           </td>
 
           <td>
-            <p class="gq-menus-1"><a href="index.html">Contents</a>
+            <p class="navbottom_title"><a href="index.html">Contents</a>
             </p>
           </td>
 
           <td>
-            <p class="gq-menus-2"><a href="main_window_layout.html">Next</a>
+            <p class="next"><a href="main_window_layout.html">Next</a>
             </p>
           </td>
         </tr>