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

 
Line 9: Line 9:
 
     background-color: transparent;
 
     background-color: transparent;
 
     height: 100%;
 
     height: 100%;
 +
    font-size: 18px;
 
}
 
}
  
Line 14: Line 15:
 
     align-content: center;
 
     align-content: center;
 
     padding: 0;
 
     padding: 0;
 +
    font-size: 0;
 
}
 
}

Latest revision as of 14:32, 30 June 2017

div#top_title{

    display: none;
}

div#content{

   margin: 0 auto;
   padding: 0;
   width: 100%;
   background-color: transparent;
   height: 100%;
   font-size: 18px;

}

div#globalWrapper{

   align-content: center;
   padding: 0;
   font-size: 0;

}