Team:Valencia UPV/style css

From 2014.igem.org

(Difference between revisions)
Line 1,071: Line 1,071:
     margin-right: 0px;
     margin-right: 0px;
     margin-left: 0px;  
     margin-left: 0px;  
 +
}
 +
 +
.normal-table
 +
{
 +
border: 1px solid black;
 +
margin: 0px;
 +
padding: 15px;
 +
white-space: normal;
 +
table-layout: normal;
 +
background: transparent;
 +
 +
}
 +
 +
.normal-table tr td
 +
{
 +
border: 1px solid black;
 +
margin: 0px;
 +
padding: 15px;
 +
white-space: normal;
 +
table-layout: normal;
 +
background: transparent;
 +
 +
}
 +
 +
.normal-table tr th
 +
{
 +
border: 1px solid black;
 +
margin: 0px;
 +
padding: 15px;
 +
white-space: normal;
 +
table-layout: normal;
 +
background: transparent;
 +
}
}

Revision as of 20:37, 17 September 2014