Team:NYMU-Taipei/note.css

From 2014.igem.org

Revision as of 12:52, 16 October 2014 by Hiwang123 (Talk | contribs)
  1. labnote{

}

.note-tab{ }

.note-pdf{ }

.note-content{

 padding-left:20px;
 padding-right:20px;
 text-align: justify;

}

.note-content ol{

 font-size: 16px;
 width: 860px;

}

.note-content img{

 vertical-align: top;
 margin-top: 10px;

}

.protocol ul{

 font-size: 16px;
 width: 800px;
 padding-left: 60px;

}

.protocol ol{

 font-size: 16px;
 width: 800px;
 padding-left: 60px;

}

.pdfFile{

 background-repeat: no-repeat;
 background-position: left;  
 padding-left: 19px;
 background-image: url(pdf_icon.gif);
 font-size: 16px;
 line-height: 1.3em;

}