Fix DOC config files
[ccsdk/distribution.git] / docs / _static / css / ribbon.css
index 7a05d4c..d03a26b 100644 (file)
@@ -14,9 +14,9 @@
    -webkit-box-shadow: 0 0 10px #888;
       -moz-box-shadow: 0 0 10px #888;
            box-shadow: 0 0 10px #888;
-  
  }
-  
  .ribbon a {
    border: 1px solid #faa;
    color: #fff;
    text-shadow: 0 0 5px #444;
    transition: 0.5s;
  }
-  
  .ribbon a:hover {
    background: #c11;
    color: #fff;
  }
-  
-  
  /* override table width restrictions */
  @media screen and (min-width: 767px) {
-  
     .wy-table-responsive table td, .wy-table-responsive table th {
        /* !important prevents the common CSS stylesheets from overriding
           this as on RTD they are loaded after this stylesheet */
        white-space: normal !important;
     }
-  
     .wy-table-responsive {
        overflow: visible !important;
     }
  }
-  
  @media screen and (max-width: 767px) {
      .wy-table-responsive table td {
          white-space: nowrap;
      }
  }
-  
  /* fix width of the screen */
-  
  .wy-nav-content {
      max-width: 800px;
- }
+ }
\ No newline at end of file