=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/openbsd.css,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- www/openbsd.css 2017/05/21 23:12:55 1.6 +++ www/openbsd.css 2018/09/04 19:09:16 1.7 @@ -13,3 +13,11 @@ tt { white-space: pre; } + +.cmdbox { + background: #f5f5f5; + border: 1px solid #aaa; + overflow: auto; + padding: 10px; +} +