Browse Source

template display: none

Heydon Pickering 8 years ago
parent
commit
e0e85a58e0
3 changed files with 6 additions and 0 deletions
  1. 3 0
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 3 0
      themes/infusion/static/css/styles.css

+ 3 - 0
docs/css/styles.css

@@ -22,6 +22,9 @@ html {
     color: #111;
     background-color: #fefefe;
 }
+template {
+  display: none !important;
+}
 * + * {
     margin-top: 2.25rem;
 }

File diff suppressed because it is too large
+ 0 - 0
docs/service-worker.js


+ 3 - 0
themes/infusion/static/css/styles.css

@@ -22,6 +22,9 @@ html {
     color: #111;
     background-color: #fefefe;
 }
+template {
+  display: none !important;
+}
 * + * {
     margin-top: 2.25rem;
 }

Some files were not shown because too many files changed in this diff