]> Shamusworld >> Repos - ardour-manual/blobdiff - include/playlist-operations.html
converting abused <dl>s into <table>s
[ardour-manual] / include / playlist-operations.html
index f6ca79ec8134ae1412849621a08686c9618b9c29..1e8137bed727878b5a9f2dcbf397429daf1ebf43 100644 (file)
@@ -4,21 +4,21 @@
   class="menu">p</kbd> (for "Playlist"). If you click on this button, Ardour
   displays the following menu:
 </p>
-<dl class="wide-table">
-  <dt>(Local Playlists)</dt>
-   <dd>Shows all of the playlists associated with this track, and indicates
-   the currently selected playlist</dd>
-  <dt>Rename</dt>
-  <dd>Displays a dialog to rename the current playlist</dd>
-  <dt>New</dt>
-  <dd>Creates a new empty playlist, and the track switches to the new playlist</dd>
-  <dt>New Copy</dt>
-  <dd>Creates a new playlist that is a copy of the current playlist; the track switches to the new playlist</dd>
-  <dt>Clear Current</dt>
-  <dd>Removes all regions from the current playlist</dd>
-  <dt>Select From All</dt>
-  <dd>Displays a playlist browser to manually choose which playlist this track should use. (You can even select playlists from other tracks here)</dd>
-</dl>
+<table class="dl">
+  <tr><th>(Local Playlists)</th>
+   <td>Shows all of the playlists associated with this track, and indicates
+   the currently selected playlist</td></tr>
+  <tr><th>Rename</th>
+  <td>Displays a dialog to rename the current playlist</td></tr>
+  <tr><th>New</th>
+  <td>Creates a new empty playlist, and the track switches to the new playlist</td></tr>
+  <tr><th>New Copy</th>
+  <td>Creates a new playlist that is a copy of the current playlist; the track switches to the new playlist</td></tr>
+  <tr><th>Clear Current</th>
+  <td>Removes all regions from the current playlist</td></tr>
+  <tr><th>Select From All</th>
+  <td>Displays a playlist browser to manually choose which playlist this track should use. (You can even select playlists from other tracks here)</td></tr>
+</table>
 
 <h2>Renaming Playlists</h2>
 <p>