Team:USTC CHINA/protocol.css

From 2013.igem.org

(Difference between revisions)
Line 5: Line 5:
}
}
.protocol-col-1 h{
.protocol-col-1 h{
-
font-size:30px;
+
font-size:24px;
line-height:30px;
line-height:30px;
float:left;
float:left;
}
}
.protocol-col-1 h1, .protocol-col-2 h1{
.protocol-col-1 h1, .protocol-col-2 h1{
-
font-size:24px;
+
font-size:20px;
line-height:24px;
line-height:24px;
}
}
.protocol-col-1 h2, .protocol-col-2 h2{
.protocol-col-1 h2, .protocol-col-2 h2{
-
font-size:20px;
+
font-size:16px;
-
margin-left:20px;
+
margin-left:10px;
-
line-height:20px;
+
line-height:16px;
}
}
.protocol-col-2 h{
.protocol-col-2 h{
-
font-size:30px;
+
font-size:24px;
line-height:30px;
line-height:30px;
}
}

Revision as of 12:51, 25 September 2013

.protocol-col-1{ margin-top:30px; width:580px; height:420px; } .protocol-col-1 h{ font-size:24px; line-height:30px; float:left; } .protocol-col-1 h1, .protocol-col-2 h1{ font-size:20px; line-height:24px; } .protocol-col-1 h2, .protocol-col-2 h2{ font-size:16px; margin-left:10px; line-height:16px; } .protocol-col-2 h{ font-size:24px; line-height:30px; } .protocol-col-sub{ width:280px; padding:5px; float:left; } .protocol-col-2{ width:280px; height:300px; padding:5px; float:left; }