From: Ed Ward Date: Sat, 14 Jan 2017 20:21:58 +0000 (+0100) Subject: Documenting the Session menu and the Transport menu, listing the others X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1375773602b4eb337d77682dd129d9f58a04a7df;p=ardour-manual Documenting the Session menu and the Transport menu, listing the others --- diff --git a/_manual/05_ardours-interface/04_the-editor/05_the-summary.html b/_manual/05_ardours-interface/04_the-editor/05_the-summary.html index d67caf9..eef617f 100644 --- a/_manual/05_ardours-interface/04_the-editor/05_the-summary.html +++ b/_manual/05_ardours-interface/04_the-editor/05_the-summary.html @@ -24,9 +24,8 @@ title: The Summary

The Summary also doubles as a navigator:

- diff --git a/_manual/27_ardours_interface.html b/_manual/27_ardours_interface.html deleted file mode 100644 index 337fa45..0000000 --- a/_manual/27_ardours_interface.html +++ /dev/null @@ -1,41 +0,0 @@ ---- -layout: default -title: Ardour's Interface ---- - -

- In Ardour, you work in two main windows: the Editor and the - Mixer. -

-
- Ardour's mixer window - Ardour's editor window -
-
    -
  1. Main menu
  2. -
  3. Status bar
  4. -
  5. Transport bar & Times
  6. -
    -
  1. Mode switch
  2. -
  3. The Editor window
  4. -
  5. a track's mixer strip
  6. -
    -
  1. Editors List
  2. -
  3. The Mixer window
  4. -
  5. Favorite plugins
  6. -
    -
  1. Track list
  2. -
  3. Group list
  4. -
  5. Master strip
  6. -
-
-
-

- To switch between those windows, use the buttons (#4 Mode switch in the upper right), - the shortcut M, or the menu - Window > Editor (or Mixer) > Show. - Both windows can be visible at the same time (eg. for a multi-monitor - setup) using Detach in the same menu.

- - -{% children %} diff --git a/source/css/app.css b/source/css/app.css index 4a9fb5d..630185b 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -171,6 +171,15 @@ font-weight: normal; } +#content dt.sub1 { + padding-left: 2em; +} + +#content dt.sub2 { + padding-left: 4em; +} + + #content figure { display: table; }