diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ index.html: ../master/rf.1 - man -T html -O fragment $< | sed 's/<a class="permalink"/& style="color: black; text-decoration: none;"/;s/<td class="head-vol"/& style="text-align: center;"/;s/<table class="head"/& style="width: 100%;"/;s/<h2/<h3/;s/<h1/<h2/;s </h2 </h3 ;s </h1 </h2 ' > $@ + man -T html -O fragment $< | sed 's/<a class="permalink"/& style="color: black; text-decoration: none;"/;s/<td class="head-vol"/& style="text-align: center;"/;s/<table class="head"/& style="width: 100%;"/;s/<table class="foot"/& style="width: 100%;"/;s/<h2/<h3/;s/<h1/<h2/;s </h2 </h3 ;s </h1 </h2 ' > $@ @@ -206,7 +206,7 @@ In a format definition, use a percent (%) sigil followed by a single letter to <a class="Mt" href="mailto:ankarstrom.se">ankarstrom.se</a>>. </section> </div> -<table class="foot"> +<table class="foot" style="width: 100%;"> <tr> <td class="foot-date">November 11, 2020</td> <td class="foot-os">Linux 5.4.72-0-lts</td> |