]> Shamusworld >> Repos - ardour-manual/commitdiff
Removing unused images, a tiny bit of styling
authorEd Ward <edwsaintesprit@hotmail.com>
Mon, 14 Jan 2019 10:15:37 +0000 (11:15 +0100)
committerEd Ward <edwsaintesprit@hotmail.com>
Mon, 14 Jan 2019 10:15:37 +0000 (11:15 +0100)
build.py
include/control-masters-mixer-strips.html
include/monitoring-tab.html
source/css/app.css
source/images/a4_monitoring_section.png [deleted file]
source/images/fp8_shift.png [deleted file]
source/images/mouse-tail.png [deleted file]
source/images/soundcloud-upload.png [deleted file]

index 2e3a243793f961142b8bf1db5bf1c8d7fb928c17..828b5d107bcedf9db4b9370886082a0820d76720 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -503,19 +503,19 @@ for header in fileStruct:
 
        if level == 0:
                toc = toc + '<h2>Part ' + num2roman(levelNums[level]) + ': ' + header['title'] + '</h2>\n';
-               oph = '<h1' + opl +'>Part ' + num2roman(levelNums[level]) + ': ' + header['title'] + '</h1>\n';
+               oph = '<h1 class="clear"' + opl +'>Part ' + num2roman(levelNums[level]) + ': ' + header['title'] + '</h1>\n';
        elif level == 1:
                toc = toc + '  <p class="chapter">Ch. ' + str(levelNums[level]) + ':&nbsp;&nbsp;<a href="/' + header['filename'] + '/">' + header['title'] + '</a></p>\n'
-               oph = '<h1' + opl +'>Chapter ' + str(levelNums[level]) + ': ' + header['title'] + '</h1>\n';
+               oph = '<h1 class="clear"' + opl +'>Chapter ' + str(levelNums[level]) + ': ' + header['title'] + '</h1>\n';
        elif level == 2:
                toc = toc + '    <p class="subchapter"><a href="/' + header['filename'] + '/">' + header['title'] + '</a></p>\n'
-               oph = '<h1' + opl +'>Subchapter ' + str(levelNums[level]) + ': ' + header['title'] + '</h1>\n';
+               oph = '<h1 class="clear"' + opl +'>Subchapter ' + str(levelNums[level]) + ': ' + header['title'] + '</h1>\n';
        elif level == 3:
                toc = toc + '      <p class="section"><a href="/' + header['filename'] + '/">' + header['title'] + '</a></p>\n'
-               oph = '<h1' + opl +'>Section ' + str(levelNums[level]) + ': ' + header['title'] + '</h1>\n';
+               oph = '<h1 class="clear"' + opl +'>Section ' + str(levelNums[level]) + ': ' + header['title'] + '</h1>\n';
        elif level == 4:
                toc = toc + '      <p class="subsection"><a href="/' + header['filename'] + '/">' + header['title'] + '</a></p>\n'
-               oph = '<h1' + opl +'>Subsection ' + str(levelNums[level]) + ': ' + header['title'] + '</h1>\n';
+               oph = '<h1 class="clear"' + opl +'>Subsection ' + str(levelNums[level]) + ': ' + header['title'] + '</h1>\n';
 
 
 
index 7c6f89291facb932cc8ac55149bfe7b64f7b669b..466f54ebf3b1c837e65019b658e13782528cf744 100644 (file)
@@ -47,15 +47,22 @@ A VCA strip is made of (from top to bottom in the screenshot):
 
 <h2>Connecting to a VCA strip</h2>
 
-<img class="left" src="/images/connecting_to_vca.png" alt="Connecting to VCA">
+<figure class="left">
+  <img src="/images/connecting_to_vca.png" alt="Connecting to VCA">
+  <figcaption>
+    Connecting to a VCA
+  </figcaption>
+</figure>
 
 <p>
        Connecting a track/bus/VCA to a VCA is as simple as clicking the VCA button that appears on any mixer strip
   under the main fader and choosing the VCA to connect to.
 </p>
 
-<p class="note">The VCA button only shows up in mixer strips when at least one VCA exists, i.e., a
-  VCA must be created <em>before</em> connecting tracks to it.</p>
+<p class="note">
+  The VCA button only shows up in mixer strips when at least one VCA exists, i.e., a
+  VCA must be created <em>before</em> connecting tracks to it.
+</p>
 
 <p>
   Clicking the VCA button shows all the VCAs in the session, and any or all of this VCA can be checked
@@ -63,4 +70,3 @@ A VCA strip is made of (from top to bottom in the screenshot):
   multiple buttons. Disconnecting a VCA from a track is done by unchecking this VCA in
   the list that pops up, or clicking <kbd class="menu">Unassign All</kbd> to disconnect from all VCAs at once.
 </p>
-
index c6f97141d07da72bbd28cc2697dad344c19d0ff2..31951d14685ea5ebf1bc237ea130daf779ccda43 100644 (file)
@@ -3,7 +3,12 @@
   Provides options affecting monitoring.
 </p>
 
-<img src="/images/a4_session_properties_monitoring.png" alt="session properties monitoring tab"/>
+<figure class="center">
+  <img src="/images/a4_session_properties_monitoring.png" alt="session properties monitoring tab">
+  <figcaption>
+    The session properties 'monitoring' tab
+  </figcaption>
+</figure>
 
 <p>
   The <strong>Track Input Monitoring automatically follows transport state</strong>
   <a href="@@monitor-setup-in-ardour">Monitor Setup in Ardour</a>.
 </p>
 
-<img class="left" src="/images/a4_monitoring_section.png" alt="monitoring section"/>
-
 <p>
   The 'Use monitor section' displays an extra section in the <strong>Mixer</strong>
   window that is modelled on the similarly named section on large analog consoles.
+  More information can be found on the <a href="@@monitor-section">Monitor Section</a> page.
 </p>
-
index bac1dfd15a9a29fe0e43756910d5eba37866aafb..5c0ccca98c3287d408bfb5f78fe8fb4b86ebb141 100644 (file)
@@ -122,6 +122,7 @@ ul.inside li, ol.inside li {
   padding-bottom: .3ex;
 }
 
+#content h1.clear,
 #content h2.clear,
 #content h3.clear,
 #content h4.clear {
@@ -275,6 +276,8 @@ ul.inside li, ol.inside li {
        display: table-caption;
        caption-side: bottom;
        font-style: italic;
+  padding-top: 0.5em;
+  padding-bottom: 1em;
 }
 
 #content figcaption.center {
@@ -492,7 +495,7 @@ samp:after {
 
 #content img.mini:hover {
   width: 100%;
-  /*transition: width .5s ease; doesn't work on right-floated figures */ 
+  /*transition: width .5s ease; doesn't work on right-floated figures */
 }
 
 #content p.center {
diff --git a/source/images/a4_monitoring_section.png b/source/images/a4_monitoring_section.png
deleted file mode 100644 (file)
index d1a7054..0000000
Binary files a/source/images/a4_monitoring_section.png and /dev/null differ
diff --git a/source/images/fp8_shift.png b/source/images/fp8_shift.png
deleted file mode 100644 (file)
index 249b811..0000000
Binary files a/source/images/fp8_shift.png and /dev/null differ
diff --git a/source/images/mouse-tail.png b/source/images/mouse-tail.png
deleted file mode 100644 (file)
index 37d121a..0000000
Binary files a/source/images/mouse-tail.png and /dev/null differ
diff --git a/source/images/soundcloud-upload.png b/source/images/soundcloud-upload.png
deleted file mode 100644 (file)
index 65311ab..0000000
Binary files a/source/images/soundcloud-upload.png and /dev/null differ