You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2017/10/05 22:46:54 UTC

svn commit: r1811273 - in /ignite/site/trunk: css/all.css screencasts.html scss/ignite.scss

Author: dmagda
Date: Thu Oct  5 22:46:54 2017
New Revision: 1811273

URL: http://svn.apache.org/viewvc?rev=1811273&view=rev
Log:
screencasts fix

Modified:
    ignite/site/trunk/css/all.css
    ignite/site/trunk/screencasts.html
    ignite/site/trunk/scss/ignite.scss

Modified: ignite/site/trunk/css/all.css
URL: http://svn.apache.org/viewvc/ignite/site/trunk/css/all.css?rev=1811273&r1=1811272&r2=1811273&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Thu Oct  5 22:46:54 2017
@@ -7850,13 +7850,6 @@ section.page-section table.twosides td {
   margin: 0 !important;
   border: none !important;
 }
-section.page-section h2 {
-  font-size: 26px;
-  color: #333;
-  padding: 0 0 15px 0;
-  text-align: left;
-  font-weight: 400;
-}
 section.page-section h1 {
   font-size: 32px;
   margin-bottom: 25px;
@@ -7865,11 +7858,26 @@ section.page-section h1 {
   color: #333;
   font-weight: 400;
 }
+section.page-section h2 {
+  font-size: 28px;
+  color: #333;
+  padding: 0 0 15px 0;
+  text-align: left;
+  font-weight: 400;
+}
 section.page-section h3 {
   font-size: 24px;
   color: #333;
   padding: 0 0 20px 0;
   text-align: left;
+  font-weight: 400;
+}
+section.page-section h4 {
+  font-size: 20px;
+  color: #333;
+  padding: 0 0 20px 0;
+  text-align: left;
+  font-weight: 400;
 }
 section.page-section:last-child {
   border-bottom: none;

Modified: ignite/site/trunk/screencasts.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/screencasts.html?rev=1811273&r1=1811272&r2=1811273&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/scss/ignite.scss
URL: http://svn.apache.org/viewvc/ignite/site/trunk/scss/ignite.scss?rev=1811273&r1=1811272&r2=1811273&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Thu Oct  5 22:46:54 2017
@@ -251,15 +251,6 @@ section.page-section {
             border: none !important;
         }
     }
-
-
-    h2 {
-        font-size: 26px;
-        color: #333;
-        padding: 0 0 15px 0;
-        text-align: left;
-        font-weight: 400;
-    }
     h1 {
         font-size: 32px;
         margin-bottom: 25px;
@@ -268,11 +259,26 @@ section.page-section {
         color: #333;
         font-weight: 400;
     }
+    h2 {
+            font-size: 28px;
+            color: #333;
+            padding: 0 0 15px 0;
+            text-align: left;
+            font-weight: 400;
+        }
     h3 {
         font-size: 24px;
         color: #333;
         padding: 0 0 20px 0;
         text-align: left;
+        font-weight: 400;
+    }
+    h4 {
+        font-size: 20px;
+        color: #333;
+        padding: 0 0 20px 0;
+        text-align: left;
+        font-weight: 400;
     }
 
     &:last-child {