summaryrefslogtreecommitdiff
path: root/www/index.css
diff options
context:
space:
mode:
authorStephen Enders <smenders@gmail.com>2019-12-31 19:07:19 -0500
committerStephen Enders <smenders@gmail.com>2019-12-31 19:07:19 -0500
commit79af35a93e45eb69bbd5f33fdaad380f7b673f34 (patch)
treed7abd8dd43ebfd52d179bce9df5a03322728afe5 /www/index.css
parent75b70b68047908009e8699e1137dac6514acd242 (diff)
Wrote a guide for installing java and intellij on windows
Diffstat (limited to 'www/index.css')
-rw-r--r--www/index.css14
1 files changed, 14 insertions, 0 deletions
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% }