diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index ec87acd3ee3723445a245aec0b4c812625c5f9a6..3bd7d6c503218276727e239fcee66faf7c020c59 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,13 @@ Pregmod
 
 0.10.7.1-2.3.x
 
+04/15/2019
+
+	7
+	-converted saWhore to js
+	-added rules summary to the RA
+	-fixes
+
 04/14/2019
 
 	6
diff --git a/devNotes/twine CSS b/devNotes/twine CSS
index c4958e7d1280c5ea63369c3f73d8675b425fb6a1..db0c78a1783464c2fd64dfcb2f6bc7d789563599 100644
--- a/devNotes/twine CSS	
+++ b/devNotes/twine CSS	
@@ -18,6 +18,7 @@ hr {
 	opacity: 1 !important;
 }
 
+
 /* default is 54em */
 #passages {
 	max-width: 100%;
@@ -301,6 +302,10 @@ white-space: normal;
 }
 .rajs-section h1:hover { text-decoration: underline; }
 
+.scroll {
+	overflow: auto;
+}
+
 /* Accordion 000-250-006 */
 
 button.accordion {