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/02 04:03:39 UTC

svn commit: r1810293 - in /ignite/site/trunk: css/all.css scss/ignite.scss

Author: dmagda
Date: Mon Oct  2 04:03:38 2017
New Revision: 1810293

URL: http://svn.apache.org/viewvc?rev=1810293&view=rev
Log:
updating font size

Modified:
    ignite/site/trunk/css/all.css
    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=1810293&r1=1810292&r2=1810293&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Mon Oct  2 04:03:38 2017
@@ -7850,7 +7850,7 @@ section.page-section table.twosides td {
   margin: 0 !important;
   border: none !important;
 }
-section.page-section h1, section.page-section h2 {
+section.page-section h2 {
   font-size: 26px;
   color: #333;
   padding: 0 0 15px 0;
@@ -7862,9 +7862,11 @@ section.page-section h1 {
   margin-bottom: 25px;
   padding-bottom: 5px;
   line-height: 1.5em;
+  color: #333;
+  font-weight: 400;
 }
 section.page-section h3 {
-  font-size: 20px;
+  font-size: 24px;
   color: #333;
   padding: 0 0 20px 0;
   text-align: left;
@@ -7888,11 +7890,12 @@ section.page-section div.page-heading {
   padding-top: 10px;
   font-weight: 400;
   padding-bottom: 10px;
-  font-size: 20px;
+  font-size: 24px;
+  line-height: 40px;
 }
 section.page-section .code-examples {
   clear: both;
-  margin: 50px 0 10px 0;
+  margin: 10px 0 10px 0;
 }
 section.page-section .github-examples {
   margin-top: 40px;

Modified: ignite/site/trunk/scss/ignite.scss
URL: http://svn.apache.org/viewvc/ignite/site/trunk/scss/ignite.scss?rev=1810293&r1=1810292&r2=1810293&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Mon Oct  2 04:03:38 2017
@@ -253,7 +253,7 @@ section.page-section {
     }
 
 
-    h1, h2 {
+    h2 {
         font-size: 26px;
         color: #333;
         padding: 0 0 15px 0;
@@ -265,9 +265,11 @@ section.page-section {
         margin-bottom: 25px;
         padding-bottom: 5px;
         line-height: 1.5em;
+        color: #333;
+        font-weight: 400;
     }
     h3 {
-        font-size: 20px;
+        font-size: 24px;
         color: #333;
         padding: 0 0 20px 0;
         text-align: left;
@@ -296,12 +298,13 @@ section.page-section {
         padding-top: 10px;
         font-weight: 400;
         padding-bottom: 10px;
-        font-size: 20px;
+        font-size: 24px;
+        line-height: 40px;
     }
 
     .code-examples {
         clear: both;
-        margin: 50px 0 10px 0;
+        margin: 10px 0 10px 0;
     }
 
     .github-examples {