You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ds...@apache.org on 2015/07/31 06:42:26 UTC

svn commit: r1693521 - in /incubator/ignite/site/trunk: css/all.css download-mirrors.html scss/ignite.scss

Author: dsetrakyan
Date: Fri Jul 31 04:42:26 2015
New Revision: 1693521

URL: http://svn.apache.org/r1693521
Log:
table headers

Modified:
    incubator/ignite/site/trunk/css/all.css
    incubator/ignite/site/trunk/download-mirrors.html
    incubator/ignite/site/trunk/scss/ignite.scss

Modified: incubator/ignite/site/trunk/css/all.css
URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/css/all.css?rev=1693521&r1=1693520&r2=1693521&view=diff
==============================================================================
--- incubator/ignite/site/trunk/css/all.css (original)
+++ incubator/ignite/site/trunk/css/all.css Fri Jul 31 04:42:26 2015
@@ -7991,6 +7991,7 @@ section.page-section h2 {
   color: #333;
   padding: 0 0 20px 0;
   text-align: left;
+  margin-top: 20px;
 }
 section.page-section h3 {
   font-size: 20px;
@@ -8156,14 +8157,15 @@ table.overview > tbody > tr .border-righ
 table.formatted {
   border: 1px solid #ddd !important;
   width: 98% !important;
+  margin-bottom: 40px;
 }
 table.formatted > thead > tr {
-  background: #3c3c3c;
-  border: 1px solid #3c3c3c;
+  background: #cfcfcf;
+  border: 1px solid #cfcfcf;
 }
 table.formatted > thead > tr > th {
-  color: #fff;
-  font-weight: 500;
+  color: #000;
+  font-weight: bold;
   border: none !important;
 }
 table.formatted > thead > tr .left {

Modified: incubator/ignite/site/trunk/download-mirrors.html
URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/download-mirrors.html?rev=1693521&r1=1693520&r2=1693521&view=diff
==============================================================================
--- incubator/ignite/site/trunk/download-mirrors.html (original)
+++ incubator/ignite/site/trunk/download-mirrors.html Fri Jul 31 04:42:26 2015
@@ -120,7 +120,6 @@
         </tr>
       </tbody>
     </table>
-    <p>&nbsp;</p>
     <p>
       If you encounter a problem with the selected mirror, please select another mirror.
       If all mirrors are failing, there are <i>backup</i> mirrors
@@ -251,7 +250,7 @@
             </tr>
         </tbody>
     </table>
-    <br/>
+
     <div class="page-heading">In-Memory Hadoop Accelerator:</div>
     <table class="formatted">
         <thead>
@@ -324,7 +323,6 @@
             </tr>
         </tbody>
     </table>
-    <p>&nbsp;</p>
   </section> <!-- downloads -->
 
   <section id="docker" class="page-section">
@@ -370,7 +368,6 @@
           </tr>
         </tbody>
     </table>
-    <p>&nbsp;</p>
   </section><!-- cloud images -->
 
   <section id="maven" class="page-section">

Modified: incubator/ignite/site/trunk/scss/ignite.scss
URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/scss/ignite.scss?rev=1693521&r1=1693520&r2=1693521&view=diff
==============================================================================
--- incubator/ignite/site/trunk/scss/ignite.scss (original)
+++ incubator/ignite/site/trunk/scss/ignite.scss Fri Jul 31 04:42:26 2015
@@ -443,6 +443,7 @@ section.page-section {
         color: #333;
         padding: 0 0 20px 0;
         text-align: left;
+        margin-top: 20px;
     }
     h3 {
             font-size: 20px;
@@ -646,14 +647,15 @@ table.overview {
 table.formatted {
     border: 1px solid #ddd !important;
     width: 98% !important;
+    margin-bottom: 40px;
 
     & > thead > tr {
-        background: #3c3c3c;
-        border: 1px solid #3c3c3c;
+        background: #cfcfcf;
+        border: 1px solid #cfcfcf;
 
         & > th {
-            color: #fff;
-            font-weight: 500;
+            color: #000;
+            font-weight: bold;
             border: none !important;
         }
         & .left {