Team:USTC CHINA/protocol.css

From 2013.igem.org

(Difference between revisions)
(Created page with ".protocol-col-1{ width:580px; } .protocol-col-sub{ width:280px; padding:5px; float:left; } .protocol-col-2{ width:280px; padding:5px; float:left; }")
Line 1: Line 1:
.protocol-col-1{
.protocol-col-1{
width:580px;
width:580px;
 +
}
 +
.protocol-col-1 h{
 +
font-size:30px;
 +
}
 +
.protocol-col-1 h1{
 +
font-size:24px;
 +
}
 +
.protocol-col-1 h2{
 +
font-size:20px;
}
}
.protocol-col-sub{
.protocol-col-sub{

Revision as of 11:38, 25 September 2013

.protocol-col-1{ width:580px; } .protocol-col-1 h{ font-size:30px; } .protocol-col-1 h1{ font-size:24px; } .protocol-col-1 h2{ font-size:20px; } .protocol-col-sub{ width:280px; padding:5px; float:left; } .protocol-col-2{ width:280px; padding:5px; float:left; }