From 5a100fbcef5a0b47f6ac4a6f7b7386e66c151136 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Sun, 19 Jan 2020 03:39:27 +0000
Subject: [PATCH] Update pages to match theme
---
interesting/index.html | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/interesting/index.html b/interesting/index.html
index 92d8baa..7c5b81a 100644
--- a/interesting/index.html
+++ b/interesting/index.html
@@ -63,10 +63,13 @@
<div class="col-12 col-sm-7">
<p>Here’s some interesting text on an interesting page. That image on the left? It’ll randomly change on load between the ones in “sideimages”.</p>
-<p><br><a href="javascript:toggleDisplay('drop_stuff');">Stuff that drops down when you click on it:</a>
- <div id="drop_stuff" style="display:none">
- This stuff drops down because you clicked on the text.
- </div></p>
+<a href="javascript:toggleDisplay('dropstuff');">Stuff that drops down when you click on it top:</a>
+
+
+<div id="dropstuff" style="display:none">
+ This stuff drops down because you clicked on the text.
+</div>
+
</div>
--
Gitblit v1.10.0