about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--style.css5
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e66f51d..85b5dd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 *.small.jpg
-*/index.xhtml
+index.xhtml
 /index.xml
 /atom.xml
 /result
diff --git a/style.css b/style.css
index 8120cea..b719ddf 100644
--- a/style.css
+++ b/style.css
@@ -28,7 +28,10 @@ a[href] {
 }
 h1 { margin: 0.5ex 0 }
 h2 { margin: 0 0 0.5ex 0 }
-img { max-width: 100% }
+img {
+    cursor: zoom-in;
+    max-width: 100%;
+}
 article + article { margin-top: 1rem }
 nav {
     align-items: center;