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/03/01 10:47:11 UTC

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

Author: dsetrakyan
Date: Sun Mar  1 09:47:11 2015
New Revision: 1663066

URL: http://svn.apache.org/r1663066
Log:
Forums

Modified:
    incubator/ignite/site/trunk/css/all.css
    incubator/ignite/site/trunk/scss/all.scss

Modified: incubator/ignite/site/trunk/css/all.css
URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/css/all.css?rev=1663066&r1=1663065&r2=1663066&view=diff
==============================================================================
--- incubator/ignite/site/trunk/css/all.css (original)
+++ incubator/ignite/site/trunk/css/all.css Sun Mar  1 09:47:11 2015
@@ -6711,11 +6711,6 @@ button.close {
   vertical-align: top;
 }
 
-.documentation table .icon:after, .documentation table .icon img, .documentation table ul {
-  display: inline-block;
-  vertical-align: middle;
-}
-
 @font-face {
   font-family: atillanormal;
   src: url("../fonts/atilla_normal-webfont.eot");
@@ -7300,83 +7295,6 @@ p {
   background: url(../images/sprite.png) no-repeat;
 }
 
-.documentation {
-  margin: -52px 0 0;
-  padding: 80px 0 0;
-  position: relative;
-  z-index: 3;
-}
-@media (max-width: 992px) {
-  .documentation {
-    margin: 0;
-    padding: 30px 0 0;
-  }
-}
-@media (min-width: 768px) {
-  .documentation table td,
-  .documentation table th {
-    padding: 5px 20px !important;
-  }
-  .documentation table td:first-child,
-  .documentation table th:first-child {
-    width: 476px;
-    padding-left: 78px !important;
-  }
-  .documentation table .java td {
-    height: 78px !important;
-  }
-}
-@media (max-width: 767px) {
-  .documentation table tr.even td {
-    background-color: rgba(0, 0, 0, 0.1);
-  }
-}
-.documentation table .icon {
-  width: 58px;
-  position: absolute;
-  left: 0;
-  top: 0;
-  bottom: 0;
-  text-align: center;
-  border-right: 2px solid #ebebeb;
-}
-@media (max-width: 767px) {
-  .documentation table .icon {
-    display: none;
-  }
-}
-.documentation table .icon:after {
-  content: '';
-  height: 100%;
-  width: 1px;
-  overflow: hidden;
-  margin: 0 0 0 -5px;
-}
-.documentation table .data {
-  width: 240px;
-}
-.documentation table .tutorial {
-  width: 218px;
-}
-.documentation table ul {
-  margin: 0;
-}
-.documentation h2 {
-  position: relative;
-  padding: 3px 0 20px 40px;
-}
-.documentation h2:after {
-  width: 21px;
-  height: 25px;
-  position: absolute;
-  content: "";
-  top: 0;
-  right: auto;
-  bottom: auto;
-  left: 1px;
-  background: url(../images/sprite.png) no-repeat -26px 0;
-}
-
 .askquestion {
   margin: -18px 0 0;
   padding: 80px 0 0;

Modified: incubator/ignite/site/trunk/scss/all.scss
URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/scss/all.scss?rev=1663066&r1=1663065&r2=1663066&view=diff
==============================================================================
--- incubator/ignite/site/trunk/scss/all.scss (original)
+++ incubator/ignite/site/trunk/scss/all.scss Sun Mar  1 09:47:11 2015
@@ -475,82 +475,6 @@ p {
         }
     }
 }
-.documentation {
-    margin: -52px 0 0;
-    padding: 80px 0 0;
-    position: relative;
-    z-index: 3;
-    
-    @media (max-width: $tablet) {
-        margin: 0;
-        padding: 30px 0 0;
-    }
-    table {
-        @media (min-width: $min-mobile) {
-            td,
-            th {
-                padding: 5px 20px !important;
-                
-                &:first-child{
-                    width: 476px;
-                    padding-left: 78px !important;
-                }
-            }
-            .java td {
-                height: 78px !important;
-            }
-        }
-        @media (max-width: $mobile) {
-            tr.even td {
-                background-color: rgba(0,0,0,0.1);
-            }
-        }
-        .icon {
-            width: 58px;
-            position: absolute;
-            left: 0;
-            top: 0;
-            bottom: 0;
-            text-align: center;
-            border-right: 2px solid $gray-light;
-            
-            @media (max-width: $mobile) {
-                display: none;
-            }
-            &:after {
-                content:'';
-                @extend %align-middle;
-                height:100%;
-                width:1px;
-                overflow:hidden;
-                margin:0 0 0 -5px;
-            }
-            img{
-                @extend %align-middle;
-            }
-        }
-        .data {
-            width: 240px;
-        }
-        .tutorial {
-            width: 218px;
-        }
-        ul{
-            margin: 0;
-            @extend %align-middle;
-        }
-    }
-    h2{
-        position: relative;
-        padding: 3px 0 20px 40px;
-        
-        &:after {
-            @include size(21px,25px);
-            @include after(0,auto,auto,1px);
-            background: url(../images/sprite.png) no-repeat -26px 0;
-        }
-    }
-}
 .askquestion {
     margin: -18px 0 0;
     padding: 80px 0 0;