Hi all,

class="cmdbox" has been introduced last year so, since it is has
already been used in upgrade64.html[0], how about using it for
release pages, too?

I wasn't sure about signify(1) subkeys <pre> tag but added it there
anyway...

[0] https://www.openbsd.org/faq/upgrade64.html

Regards,

Raf
Index: 65.html
===================================================================
RCS file: /cvs/www/65.html,v
retrieving revision 1.79
diff -u -p -r1.79 65.html
--- 65.html     13 Apr 2019 03:40:42 -0000      1.79
+++ 65.html     13 Apr 2019 06:18:11 -0000
@@ -38,7 +38,7 @@ Artwork by Hans Tseng, Efrain Farias, an
 <p>
 <li><a href="https://man.openbsd.org/signify.1";>signify(1)</a>
     pubkeys for this release:<br>
-<pre>
+<pre class="cmdbox">
 base:     RWSZaRmt1LEQT9CtPygf9CvONu8kYPTlVEJdysNoUR62/NkeWgdkc3zY
 fw:       RWQYdGVtTv5IvpH2c+TLQAC4iV7RjoGZ/v75q8MCuC9Mca7nFVCXRefy
 pkg:      RWS5D4+188RI6jULDOFzga0Cm1zrXYUAHT6xu0mLrZidbn6xrMB5aZeR
@@ -907,21 +907,21 @@ This file contains everything you need e
 which are in a separate archive.
 To extract:
 
-<blockquote><pre>
+<pre class="cmdbox">
 # <b>mkdir -p /usr/src</b>
 # <b>cd /usr/src</b>
 # <b>tar xvfz /tmp/src.tar.gz</b>
-</pre></blockquote>
+</pre>
 
 <tt>sys.tar.gz</tt> contains a source archive starting at 
<tt>/usr/src/sys</tt>.
 This file contains all the kernel sources you need to rebuild kernels.
 To extract:
 
-<blockquote><pre>
+<pre class="cmdbox">
 # <b>mkdir -p /usr/src/sys</b>
 # <b>cd /usr/src</b>
 # <b>tar xvfz /tmp/sys.tar.gz</b>
-</pre></blockquote>
+</pre>
 
 Both of these trees are a regular CVS checkout.  Using these trees it
 is possible to get a head-start on using the anoncvs servers as
@@ -937,10 +937,10 @@ a fresh checkout of the full OpenBSD sou
 
 A ports tree archive is also provided.  To extract:
 
-<blockquote><pre>
+<pre class="cmdbox">
 # <b>cd /usr</b>
 # <b>tar xvfz /tmp/ports.tar.gz</b>
-</pre></blockquote>
+</pre>
 
 Go read the <a href="faq/ports/index.html">ports</a> page
 if you know nothing about ports
@@ -955,10 +955,10 @@ So, in order to keep up to date with the
 the <i>ports/</i> tree available on a read-write medium and update the tree
 with a command like:
 
-<blockquote><pre>
+<pre class="cmdbox">
 # <b>cd /usr/ports</b>
 # <b>cvs -d anon...@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_5</b>
-</pre></blockquote>
+</pre>
 
 [Of course, you must replace the server name here with a nearby anoncvs
 server.]

Reply via email to