Browse Source

Add missing markup/styling

master
Gintas Grigelionis 7 years ago
parent
commit
face306a1e
3 changed files with 6 additions and 2 deletions
  1. +1
    -1
      manual/Tasks/ftp.html
  2. +1
    -1
      manual/Tasks/makeurl.html
  3. +4
    -0
      manual/stylesheets/style.css

+ 1
- 1
manual/Tasks/ftp.html View File

@@ -329,7 +329,7 @@ connection.</p>
<td>No</td>
</tr>
</table>
<h3>Note about remotedir attribute</h3>
<h3>Note about <var>remotedir</var> attribute</h3>
<table>
<thead>
<tr>


+ 1
- 1
manual/Tasks/makeurl.html View File

@@ -32,7 +32,7 @@ supported; if present, these are turned into the URLs with the supplied <var>sep
them.</p>
<h3 id="attributes">Parameters</h3>
<table>
<tr>
<tr class="attr">
<th>Attribute</th>
<th>Description</th>
<th>Type</th>


+ 4
- 0
manual/stylesheets/style.css View File

@@ -94,6 +94,10 @@ h3 > code, h3 > samp {
font-size: 1.5rem;
}

h3 > var {
font-size: 1.125rem;
}

pre {
background-color: #efefef;
margin-right: 4rem;


Loading…
Cancel
Save