diff --git a/css/retro.css b/css/retro.css index deb37f7..31f49b4 100644 --- a/css/retro.css +++ b/css/retro.css @@ -344,10 +344,7 @@ pre { font-size: 12pt; margin-left: 20px; background: #524646; - border-left: 3px solid #000000; - border-right: 3px solid #000000; - border-top: 3px solid #000000; - border-bottom: 3px solid #000000; + border: solid #000000 3px; border-radius: 20px; max-width: 70%; padding: .5rem; diff --git a/md/MVS/entries/basic.md b/md/MVS/entries/basic.md index df4cf17..f37ca80 100644 --- a/md/MVS/entries/basic.md +++ b/md/MVS/entries/basic.md @@ -85,3 +85,5 @@ To run this on MVS, you need a JCL job card deck, to define the batch job to the Mainframe batch jobs are designed from the start to produce printed output. They were written in an era where end-user applications presented interactively on a screen were not really an option. The only people who had screens were engineers, system operators, and programmers. Everyone else interacted with computers by way of printed output. To see the output from this program, you can [download it here](http://gmgauthier.us-east-1.linodeobjects.com/docs/mymort1.pdf). + +