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

---
 awesome/index.html |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/awesome/index.html b/awesome/index.html
index 584aeee..21be355 100644
--- a/awesome/index.html
+++ b/awesome/index.html
@@ -63,10 +63,13 @@
     <div class="col-12 col-sm-7">
         <p>Here&rsquo;s some awesome text on an awesome page.  That image on the left?  It&rsquo;ll randomly change on load between the ones in &ldquo;sideimages&rdquo;.</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