From 79af35a93e45eb69bbd5f33fdaad380f7b673f34 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Tue, 31 Dec 2019 19:07:19 -0500 Subject: Wrote a guide for installing java and intellij on windows --- www/index.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'www/index.css') diff --git a/www/index.css b/www/index.css index e418ebb..b3fe33f 100644 --- a/www/index.css +++ b/www/index.css @@ -40,6 +40,20 @@ code.inline { padding: 2px 2px; } +.scaled-half { + display:inline; +} +.scaled-half > img { + width: 25%; + height: 25%; +} +.scaled-half:hover > img { + width: 125%; + height: 125%; +} + #wishlist { margin: 2% } #wishlist table thead td { border-bottom: 1px solid #aaa } #wishlist table tbody td { border-bottom: 2px dotted #aaa } + +#tutorial { margin: 2% } -- cgit v1.2.3-54-g00ecf