Team:NYMU-Taipei/other.css

From 2014.igem.org

(Difference between revisions)
m
m
Line 7: Line 7:
#content{
#content{
   padding:0px;
   padding:0px;
 +
  border-left:0px;
 +
  border-right:0px;
 +
  background: rgba(255,255,255,0);
}
}
#top-section{
#top-section{

Revision as of 07:02, 2 June 2014

.previewnote{

 display:none;

}

  1. globalWrapper{
 margin-top: -18px;

}

  1. content{
 padding:0px;
 border-left:0px;
 border-right:0px;
 background: rgba(255,255,255,0);

}

  1. top-section{
 display:none;

}

  1. catlinks{
 display:none;

}

  1. footer-box{
 display:none;

}

.firstHeading{

 display:none;

}