Difference between revisions of "Template:LZU-CHINA/CSS"

(Replaced content with "html { overflow-y: hidden !important; height: 100%; width: 100%; } .igem_2018_team_content .igem_2018_team_column_wrapper .clear.extra_space { height: 0px;...")
Line 8: Line 8:
 
}
 
}
 
#content {
 
#content {
 +
width:100%;
 
     padding: 0px;
 
     padding: 0px;
 
     border: none;
 
     border: none;

Revision as of 08:58, 11 October 2018

html {

   overflow-y: hidden !important;
   height: 100%;
   width: 100%;

} .igem_2018_team_content .igem_2018_team_column_wrapper .clear.extra_space {

   height: 0px;

}

  1. content {

width:100%;

   padding: 0px;
   border: none;
   margin-left: 0px;
   margin-right: 0px;

}

  1. top_title {
   margin-bottom: 0px;
   display: none;

}