From ba56f064ebebc24a75edf507f2f3bd0b87f8ac1d Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 16 Dec 2014 10:34:31 +0000 Subject: [PATCH] Fixed some styles not being applied correctly in FF & IE. As they don't support the Shadow DOM, so the selectors weren't working. --- _layouts/page.html | 3 ++- search.html | 11 +++++++++++ style.css | 11 ----------- 3 files changed, 13 insertions(+), 12 deletions(-) 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;