This is an automated email from the ASF dual-hosted git repository.

dmagda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 85a69fe  fixed issue with css on firefox (#8)
85a69fe is described below

commit 85a69fe5bfbcb3b27a3580fdbd2881f2b336fc98
Author: Mauricio Stekl <mauri...@stekl.org>
AuthorDate: Fri Apr 17 13:50:17 2020 -0300

    fixed issue with css on firefox (#8)
    
    Co-authored-by: Mauricio Stekl <mauri...@gridgain.com>
---
 download.html         | 6 +++---
 includes/scripts.html | 6 ++++--
 includes/styles.html  | 2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/download.html b/download.html
index b69595c..5ae814b 100644
--- a/download.html
+++ b/download.html
@@ -43,7 +43,7 @@ under the License.
 
 
     <!-- begin include include of "/includes/styles.html" -->
-<!-- remember to copy this content to downloads.html --><style>@charset 
"UTF-8";:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#055799;--secondary:#b02032;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--gray:#e9e9e9;--shadow-gray:#d5d5d5;--ignite-red:#f20025;--bre
 [...]
+<!-- remember to copy this content to downloads.html --><style>@charset 
"UTF-8";:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#055799;--secondary:#b02032;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--gray:#e9e9e9;--shadow-gray:#d5d5d5;--ignite-red:#f20025;--bre
 [...]
 
     <!-- ***NOTICE***
          As of 2015-08-31, SSI does not work with the "virtual"
@@ -980,8 +980,8 @@ under the License.
 
 
 <!-- include of "/includes/scripts.html" -->
-<link rel="preload" href="/css/ignite-redesign.css?20200416" as="style" 
onload="this.onload=null;this.rel='stylesheet'">
-<noscript><link rel="stylesheet" 
href="/css/ignite-redesign.css?20200414"></noscript>
+<link rel="stylesheet" href="/css/ignite-redesign.css?20200417" media="print" 
onload="this.media='all'">
+<noscript><link media="all" rel="stylesheet" 
href="/css/ignite-redesign.css?20200417"></noscript>
 
 
 
diff --git a/includes/scripts.html b/includes/scripts.html
index 7ae4d87..61b2820 100644
--- a/includes/scripts.html
+++ b/includes/scripts.html
@@ -1,6 +1,7 @@
 <!-- REMEMBER TO COPY ALL CHANGES TO download.html -->
-<link rel="preload" href="/css/ignite-redesign.css?20200414" as="style" 
onload="this.onload=null;this.rel='stylesheet'">
-<noscript><link rel="stylesheet" 
href="/css/ignite-redesign.css?20200414"></noscript>
+
+<link rel="stylesheet" href="/css/ignite-redesign.css?20200417" media="print" 
onload="this.media='all'">
+<noscript><link media="all" rel="stylesheet" 
href="/css/ignite-redesign.css?20200417"></noscript>
 
 <script src="/js/lazysizes.min.js" async=""></script>
 
@@ -46,6 +47,7 @@
         document.querySelector('head').appendChild(msViewportStyle)
     }
     
+    
 </script>
 
 
diff --git a/includes/styles.html b/includes/styles.html
index 358db4f..2a43eed 100644
--- a/includes/styles.html
+++ b/includes/styles.html
@@ -1 +1 @@
-<!-- remember to copy this content to downloads.html --><style>@charset 
"UTF-8";:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#055799;--secondary:#b02032;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--gray:#e9e9e9;--shadow-gray:#d5d5d5;--ignite-red:#f20025;--bre
 [...]
\ No newline at end of file
+<!-- remember to copy this content to downloads.html --><style>@charset 
"UTF-8";:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#055799;--secondary:#b02032;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--gray:#e9e9e9;--shadow-gray:#d5d5d5;--ignite-red:#f20025;--bre
 [...]
\ No newline at end of file

Reply via email to