Browse Source

color fix

Alessia 1 year ago
parent
commit
89385644a0
2 changed files with 1 additions and 2 deletions
  1. 1 1
      css/style.min.css
  2. 0 1
      js/config.js

+ 1 - 1
css/style.min.css

@@ -99,7 +99,7 @@ section {
   position: relative;
   border-radius: 0;
   margin-bottom: 0;
-  overflow: hidden;
+  /*overflow: hidden;*/
   min-height: 100vh; }
   @media (max-width: 767px) and (orientation: landscape) {
     .jumbotron {

+ 0 - 1
js/config.js

@@ -45,7 +45,6 @@ var download = '<li class="nav-item"> \
 var collegamenti_esterni = '<li class="nav-item dropdown"> \
                             <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink1" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Collegamenti esterni</a> \
                             <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink1"> \
-                                <a class="dropdown-item" href="http://ckan.restore.ovi.cnr.it/" target="_blank">CKAN</a> \
                                 <a class="dropdown-item" href="http://dev.restore.ovi.cnr.it/lodlive/" target="_blank">LOD</a> \
                             </div> \
                         </li>';