Team:NYMU-Taipei/note.css

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
#tabframe{
#tabframe{
-
   position:relative;
+
   float:left;
-
  display:inline-block;
+
}
}
.note-tab{
.note-tab{

Revision as of 10:16, 15 August 2014

  1. labnote{
 width: 950px;
 border-left: solid 1px;
 margin: 0 auto;
 height:550px;
 overflow:auto;
 position:relative;
 display:inline-block;

}

  1. tabframe{
 float:left;

} .note-tab{

 border: solid 1px;
 line-height: 40px;
 font-size: 20px;
 width: 150px;
 text-align: center;
 margin-left: -132px;
 background-color: pink;
 cursor:pointer;

}

.note-content{ }