]> Shamusworld >> Repos - ardour-manual/blobdiff - include/bus-controls.html
converting abused <dl>s into <table>s
[ardour-manual] / include / bus-controls.html
index cbb5282d4faa48230c820c9ce7cc0ca69762d091..f6c323c484445e0cbe964e72280e4d34c433ab68 100644 (file)
@@ -8,19 +8,19 @@
   session. Underneath the name is a copy of the bus' main level fader.
   The control buttons to the right-hand side are:
 </p>
-<dl>
-  <dt id="mute">M</dt>
-  <dd><dfn>Mute</dfn>&mdash;click to mute the bus. Right-click to display
-  a menu which dictates what particular parts of the bus should be muted.</dd>
-  <dt id="solo">S</dt>
-  <dd><dfn>Solo</dfn>&mdash;solo the bus. The behaviour of the solo system
+<table class="dl">
+  <tr><th id="mute">M</th>
+  <td><dfn>Mute</dfn>&mdash;click to mute the bus. Right-click to display
+  a menu which dictates what particular parts of the bus should be muted.</td></tr>
+  <tr><th id="solo">S</th>
+  <td><dfn>Solo</dfn>&mdash;solo the bus. The behaviour of the solo system
   is described in detail in the section <a
-  href="/mixing/muting-and-soloing/">Muting and Soloing</a>.</dd>
-  <dt id="automation">A</dt>
-  <dd><dfn>Automation</dfn>&mdash;opens the automation menu for the
-  bus. For details see <a href="@@automation">Automation</a>.</dd>
-  <dt id="group">G</dt>
-  <dd><dfn>Group</dfn>&mdash;lets you assign the bus to an existing or a
-  new group. For details see <a href="@@the-track-and-bus-group-list">Track and bus groups</a>. </dd>
-</dl>
+  href="/mixing/muting-and-soloing/">Muting and Soloing</a>.</td></tr>
+  <tr><th id="automation">A</th>
+  <td><dfn>Automation</dfn>&mdash;opens the automation menu for the
+  bus. For details see <a href="@@automation">Automation</a>.</td></tr>
+  <tr><th id="group">G</th>
+  <td><dfn>Group</dfn>&mdash;lets you assign the bus to an existing or a
+  new group. For details see <a href="@@the-track-and-bus-group-list">Track and bus groups</a>. </td></tr>
+</table>