]> Shamusworld >> Repos - ardour-manual/blobdiff - include/trimming-regions.html
converting abused <dl>s into <table>s
[ardour-manual] / include / trimming-regions.html
index 18c87cd1c25f208cf651b3abfa85f4393feef8f9..ebe5f5819f27aba7ede8fba1447726eb0504c09b 100644 (file)
   &gt; Trim</kbd>
 </p>
 
-<dl class="wide-table">
-  <dt><dfn>Trim Start at Edit Point</dfn> (<kbd>j</kbd>)</dt>
-  <dd>Trim selected region(s) start to edit point.</dd>
-  <dt><dfn>Trim End at Edit Point</dfn> (<kbd>k</kbd>)</dt>
-  <dd>Trim selected region(s) end to edit point.</dd>
-  <dt><dfn>Trim to Loop/Punch</dfn></dt>
-  <dd>Trim selected region(s) beginning and end to the loop/punch boundaries (if it exists).</dd>
-  <dt><dfn>Trim to Previous</dfn> (<kbd class="mod1">j</kbd>)</dt>
-  <dd>Trim the start of selected region(s) to the end of the previous region.
-    If the region is too short, it is extended to it's maximum to the left.</dd>
-  <dt><dfn>Trim to Next</dfn> (<kbd class="mod1">k</kbd>)</dt>
-  <dd>Trim the end of selected region(s) to the start of the following region.
-    If the region is too short, it is extended to it's maximum to the right.</dd>
-</dl>
+<table class="dl">
+  <tr><th><dfn>Trim Start at Edit Point</dfn> (<kbd>j</kbd>)</th>
+  <td>Trim selected region(s) start to edit point.</td></tr>
+  <tr><th><dfn>Trim End at Edit Point</dfn> (<kbd>k</kbd>)</th>
+  <td>Trim selected region(s) end to edit point.</td></tr>
+  <tr><th><dfn>Trim to Loop/Punch</dfn></th>
+  <td>Trim selected region(s) beginning and end to the loop/punch boundaries (if it exists).</td></tr>
+  <tr><th><dfn>Trim to Previous</dfn> (<kbd class="mod1">j</kbd>)</th>
+  <td>Trim the start of selected region(s) to the end of the previous region.
+    If the region is too short, it is extended to it's maximum to the left.</td></tr>
+  <tr><th><dfn>Trim to Next</dfn> (<kbd class="mod1">k</kbd>)</th>
+  <td>Trim the end of selected region(s) to the start of the following region.
+    If the region is too short, it is extended to it's maximum to the right.</td></tr>
+</table>