aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-02 00:16:10 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-02 00:16:10 +0100
commit4e564b086a3cd5096b5d993f7e53b17574caf5db (patch)
treec9665e9818cfecede53100c4a5d137a54748e39e /index.html
parente0e46561bd64dfb71cd428a639b90bd3b00fa31f (diff)
downloadmht-4e564b086a3cd5096b5d993f7e53b17574caf5db.tar.gz
Update style
Diffstat (limited to 'index.html')
-rw-r--r--index.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/index.html b/index.html
index 4b8c6f8..148050e 100644
--- a/index.html
+++ b/index.html
@@ -1,18 +1,18 @@
-<table class="head">
+<table class="head" style="width: 100%;">
<tr>
<td class="head-ltitle">mht(1)</td>
- <td class="head-vol">General Commands Manual</td>
- <td class="head-rtitle">mht(1)</td>
+ <td class="head-vol" style="text-align: center;">General Commands Manual</td>
+ <td class="head-rtitle" style="text-align: right;">mht(1)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<h2 class="Sh" id="NAME"><a class="permalink" style="color: black; text-decoration: none;" href="#NAME">NAME</a></h2>
<code class="Nm">mht</code> &#x2014;
<div class="Nd">troff for HTML</div>
</section>
<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<h2 class="Sh" id="SYNOPSIS"><a class="permalink" style="color: black; text-decoration: none;" href="#SYNOPSIS">SYNOPSIS</a></h2>
<table class="Nm">
<tr>
<td><code class="Nm">mht</code></td>
@@ -21,7 +21,7 @@
</table>
</section>
<section class="Sh">
-<h1 class="Sh" id="DESCIPTION"><a class="permalink" href="#DESCIPTION">DESCIPTION</a></h1>
+<h2 class="Sh" id="DESCIPTION"><a class="permalink" style="color: black; text-decoration: none;" href="#DESCIPTION">DESCIPTION</a></h2>
<code class="Nm">mht</code> is a utility that generates HTML from
<a class="Xr">troff(1)</a> source code.
<p class="Pp">While <code class="Nm">mht</code> is named like a troff macro
@@ -30,7 +30,7 @@
requests.</p>
</section>
<section class="Sh">
-<h1 class="Sh" id="USAGE"><a class="permalink" href="#USAGE">USAGE</a></h1>
+<h2 class="Sh" id="USAGE"><a class="permalink" style="color: black; text-decoration: none;" href="#USAGE">USAGE</a></h2>
This section describes the various types of requests supported by
<code class="Nm">mht</code>. On the left side are the name and arity of each
request, separated by a slash. On the right side is the HTML expansion of each
@@ -44,24 +44,24 @@ This section describes the various types of requests supported by
outside of the area delimited by braces ({...}) is removed when two of the
same contiguous element requests are placed next to one another.</p>
<section class="Ss">
-<h2 class="Ss" id="Standard_troff_requests"><a class="permalink" href="#Standard_troff_requests">Standard
- troff requests</a></h2>
+<h3 class="Ss" id="Standard_troff_requests"><a class="permalink" style="color: black; text-decoration: none;" href="#Standard_troff_requests">Standard
+ troff requests</a></h3>
<dl class="Bl-tag">
<dt><b class="Sy">br/0</b></dt>
<dd>&lt;br/&gt;</dd>
</dl>
</section>
<section class="Ss">
-<h2 class="Ss" id="Contiguous_element_requests"><a class="permalink" href="#Contiguous_element_requests">Contiguous
- element requests</a></h2>
+<h3 class="Ss" id="Contiguous_element_requests"><a class="permalink" style="color: black; text-decoration: none;" href="#Contiguous_element_requests">Contiguous
+ element requests</a></h3>
<dl class="Bl-tag">
<dt><b class="Sy">Qp/0</b></dt>
<dd>&lt;blockquote&gt;{&lt;p&gt;%&lt;/p&gt;}&lt;/blockquote&gt;</dd>
</dl>
</section>
<section class="Ss">
-<h2 class="Ss" id="Block_element_requests"><a class="permalink" href="#Block_element_requests">Block
- element requests</a></h2>
+<h3 class="Ss" id="Block_element_requests"><a class="permalink" style="color: black; text-decoration: none;" href="#Block_element_requests">Block
+ element requests</a></h3>
<dl class="Bl-tag">
<dt><b class="Sy">Pp/0</b></dt>
<dd>&lt;p&gt;%&lt;/p&gt;</dd>
@@ -76,8 +76,8 @@ This section describes the various types of requests supported by
</dl>
</section>
<section class="Ss">
-<h2 class="Ss" id="Inline_element_requests"><a class="permalink" href="#Inline_element_requests">Inline
- element requests</a></h2>
+<h3 class="Ss" id="Inline_element_requests"><a class="permalink" style="color: black; text-decoration: none;" href="#Inline_element_requests">Inline
+ element requests</a></h3>
<dl class="Bl-tag">
<dt><b class="Sy">Au/1</b></dt>
<dd>&lt;meta name=&quot;author&quot; content=&quot;\$1&quot;/&gt;</dd>
@@ -136,16 +136,16 @@ This section describes the various types of requests supported by
</section>
</section>
<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
+<h2 class="Sh" id="AUTHORS"><a class="permalink" style="color: black; text-decoration: none;" href="#AUTHORS">AUTHORS</a></h2>
<code class="Nm">mht</code> is written by John Ankarstr&#x00F6;m
&lt;<a class="Mt" href="mailto:john">john</a>
<a class="Mt" href="mailto:(at)">(at)</a>
<a class="Mt" href="mailto:ankarstrom.se">ankarstrom.se</a>&gt;.
</section>
</div>
-<table class="foot">
+<table class="foot" style="width: 100%;">
<tr>
<td class="foot-date">December 2, 2020</td>
- <td class="foot-os">Linux 5.4.72-0-lts</td>
+ <td class="foot-os" style="text-align: right;">Linux 5.4.72-0-lts</td>
</tr>
</table>