about summary refs log tree commit diff
path: root/ppmrelief.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-02 18:44:01 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-02 18:44:01 +0000
commitad48d09aa16cf2c106ba4d0e232c703a75ab5c49 (patch)
tree67fe02ab9d4f8952d6ac8b0aac1674f099f0fd7e /ppmrelief.html
parent56ef5a9528e4eb818db26d7cee8733d46d6cb687 (diff)
downloadnetpbm-mirror-ad48d09aa16cf2c106ba4d0e232c703a75ab5c49.tar.gz
netpbm-mirror-ad48d09aa16cf2c106ba4d0e232c703a75ab5c49.tar.xz
netpbm-mirror-ad48d09aa16cf2c106ba4d0e232c703a75ab5c49.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3905 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'ppmrelief.html')
-rw-r--r--ppmrelief.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppmrelief.html b/ppmrelief.html
index 0fd6e1a9..b6cea807 100644
--- a/ppmrelief.html
+++ b/ppmrelief.html
@@ -28,11 +28,11 @@ Holzmann, equation 3.19.  It's a sort of edge-detection and is essentially
 a convolution with this matrix:
 
 <pre>
-<tt>
+<span style="font-family: monospace">
     |  1  0  0 |
     |  0  0  0 |
     |  0  0 -1 |
-</tt>
+</span>
 </pre>
 
 <h2 id="options">OPTIONS</h2>