Difference between revisions of "Template:NTNU Trondheim/CSS/fix code"

(Created page with "div#top_title{ display: none; } div#content{ margin: 0 auto; padding: 0; width: 100%; background-color: transparent; } div#globalWrapper{ align-con...")
 
Line 13: Line 13:
 
     align-content: center;
 
     align-content: center;
 
     padding: 0;
 
     padding: 0;
 +
    height: 100%;
 
}
 
}
  

Revision as of 14:45, 30 June 2017

div#top_title{

    display: none;
}

div#content{

   margin: 0 auto;
   padding: 0;
   width: 100%;
   background-color: transparent;

}

div#globalWrapper{

   align-content: center;
   padding: 0;
   height: 100%;

}

div#sideMenu{

   display: none;

}