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 2018/10/01 20:59:19 UTC

svn commit: r1842564 - in /ignite/site/trunk: css/all.css index.html scss/ignite.scss

Author: dmagda
Date: Mon Oct  1 20:59:19 2018
New Revision: 1842564

URL: http://svn.apache.org/viewvc?rev=1842564&view=rev
Log:
fixed styles

Modified:
    ignite/site/trunk/css/all.css
    ignite/site/trunk/index.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=1842564&r1=1842563&r2=1842564&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Mon Oct  1 20:59:19 2018
@@ -8973,9 +8973,7 @@ table.comparison-matrix > thead > tr > t
   font-size: 20px !important;
   font-weight: 400;
   border: none !important;
-}
-table.comparison-matrix > thead > tr .left {
-  padding-left: 20px !important;
+  padding-left: 15px !important;
 }
 table.comparison-matrix > tbody > tr {
   border-bottom: 1px solid #d7d7d7;
@@ -8985,6 +8983,7 @@ table.comparison-matrix > tbody > tr > t
   font-weight: 300;
   letter-spacing: 0.2px;
   padding-right: 0px !important;
+  padding-left: 15px !important;
 }
 table.comparison-matrix > tbody > tr > td > p {
   margin-top: 8px;
@@ -9002,10 +9001,6 @@ table.comparison-matrix > tbody > tr > t
     white-space: normal !important;
   }
 }
-table.comparison-matrix > tbody > tr .left {
-  font-weight: bold;
-  padding-left: 20px !important;
-}
 @media (max-width: 767px) {
   table.comparison-matrix > tbody {
     border: none !important;

Modified: ignite/site/trunk/index.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/index.html?rev=1842564&r1=1842563&r2=1842564&view=diff
==============================================================================
--- ignite/site/trunk/index.html (original)
+++ ignite/site/trunk/index.html Mon Oct  1 20:59:19 2018
@@ -352,7 +352,7 @@ under the License.
                     <td>Persistence</td>
                     <td><span class="check-mark">&#x2713;</span> system-of-record</td>
                     <td><span class="check-mark">&#x2713;</span> system-of-record</td>
-                    <td><span class="cross-mark">&#x2717;</span> memory offload</td>
+                    <td><span class="cross-mark">&#x2717;</span> memory-offload</td>
                     <td class="highlight-ignite-comparison"><span class="check-mark">&#x2713;</span> system-of-record</b></td>
                 </tr>
                 <tr>
@@ -422,7 +422,7 @@ under the License.
                 <tbody>
                 <tr><td><span class="left">RDBMS</span><span class="right"><span class="check-mark">&#x2713;</span> system-of-record</span></td></tr>
                 <tr><td><span class="left">NoSQL</span><span class="right"><span class="check-mark">&#x2713;</span> system-of-record</span></td></tr>
-                <tr><td><span class="left">IMDG</span><span class="right"><span class="cross-mark">&#x2717;</span> memory offload</span></td></tr>
+                <tr><td><span class="left">IMDG</span><span class="right"><span class="cross-mark">&#x2717;</span> memory-offload</span></td></tr>
                 <tr class="ignite"><td><span class="left"><b>Ignite&trade;</b></span><span class="right"><span class="check-mark">&#x2713;</span> system-of-record</span></td></tr>
                 </tbody>
                 <thead>

Modified: ignite/site/trunk/scss/ignite.scss
URL: http://svn.apache.org/viewvc/ignite/site/trunk/scss/ignite.scss?rev=1842564&r1=1842563&r2=1842564&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Mon Oct  1 20:59:19 2018
@@ -1462,9 +1462,7 @@ table.comparison-matrix {
             font-size: 20px !important;
             font-weight: 400;
             border: none !important;
-        }
-        & .left {
-            padding-left: 20px !important;
+            padding-left: 15px !important;
         }
     }
 
@@ -1477,6 +1475,7 @@ table.comparison-matrix {
                 font-weight: 300;
                 letter-spacing: 0.2px;
                 padding-right: 0px !important;
+                padding-left: 15px !important;
 
                 & > p {
                     margin-top : 8px;
@@ -1494,11 +1493,6 @@ table.comparison-matrix {
                     white-space: normal !important;
                 }
             }
-
-            & .left {
-                font-weight: bold;
-                padding-left: 20px !important;
-            }
         }
 
         @media (max-width: $mobile) {