From 4dd4c6ba668a0fe247351db1c53809d430c98dbe Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 18 Jan 2025 19:55:45 +0000 Subject: [PATCH] fix bottom of mvs basic page --- css/retro.css | 5 +---- md/MVS/entries/basic.md | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) 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). + +