summaryrefslogtreecommitdiff
path: root/www/index.css
diff options
context:
space:
mode:
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% }