diff --git a/_layouts/page.html b/_layouts/page.html
index 25b7111..111382c 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,8 +1,9 @@
+
LOOT: {{ page.title }}
-
+
diff --git a/search.html b/search.html
index 011bc8f..da86785 100644
--- a/search.html
+++ b/search.html
@@ -15,6 +15,17 @@ permalink: /search/
display: inline-block;
vertical-align: top;
}
+#results paper-shadow {
+ margin: 1.5em;
+}
+#results code {
+ background:white;
+ white-space:pre;
+ display:block;
+ overflow-x:auto;
+ font-family: monospace;
+ font-size: 12pt;
+}
#progress {
display: none;
}
diff --git a/style.css b/style.css
index 6cc1970..3e7d907 100644
--- a/style.css
+++ b/style.css
@@ -63,17 +63,6 @@ div[drawer] > nav {
padding: 2em 1em;
overflow-y: auto;
}
-paper-shadow {
- margin: 1.5em;
-}
-code {
- background:white;
- white-space:pre;
- display:block;
- overflow-x:auto;
- font-family: monospace;
- font-size: 12pt;
-}
paper-button {
background: #64B5F6;
color: white;