diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-11 11:44:47 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-11 11:44:47 +0100 |
commit | d0e29efbdfb24ab18dcf99bc694b6ddc843c0352 (patch) | |
tree | b88cf3f03ed917271bfc31d55b635ab165ded420 | |
parent | 6c16206a62ebed3798ea9394ffbd54d9d3b3aa7f (diff) | |
download | rf-d0e29efbdfb24ab18dcf99bc694b6ddc843c0352.tar.gz |
update foot table style
-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> |