diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-11 11:37:23 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-11 11:37:23 +0100 |
commit | 2deb67e46df44426cd074172f0bc617e751afc43 (patch) | |
tree | 98cce62d9598c66a4e870c779ae9b7b88dc5d475 | |
parent | dab6c180bf966c495bf7f06ff355fe1d9c82c4ce (diff) | |
download | rf-2deb67e46df44426cd074172f0bc617e751afc43.tar.gz |
update head table style
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | index.html | 4 |
2 files changed, 3 insertions, 3 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/<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/<h2/<h3/;s/<h1/<h2/;s </h2 </h3 ;s </h1 </h2 ' > $@ @@ -1,7 +1,7 @@ -<table class="head"> +<table class="head" style="width: 100%;"> <tr> <td class="head-ltitle">rf(1)</td> - <td class="head-vol">General Commands Manual</td> + <td class="head-vol" style="text-align: center;">General Commands Manual</td> <td class="head-rtitle">rf(1)</td> </tr> </table> |