mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Fixed some styles not being applied correctly in FF & IE.
As they don't support the Shadow DOM, so the selectors weren't working.
This commit is contained in:
+2
-1
@@ -1,8 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<meta charset='utf-8' />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>LOOT: {{ page.title }}</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="/overrides.css">
|
||||
<link rel="stylesheet" href="/overrides.css" shim-shadowdom>
|
||||
<link rel="icon" type="image/ico" href="/icon.ico">
|
||||
|
||||
<script src="/bower_components/webcomponentsjs/webcomponents.js"></script>
|
||||
|
||||
+11
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user