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

 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
     width: 100%;
 
     width: 100%;
 
     background-color: transparent;
 
     background-color: transparent;
 +
    height: 100%;
 +
    font-size: 18px;
 
}
 
}
  
 
div#globalWrapper{
 
div#globalWrapper{
 
     align-content: center;
 
     align-content: center;
 +
    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;

}