Team:Valencia UPV/style css

From 2014.igem.org

(Difference between revisions)
Line 1,270: Line 1,270:
{
{
height: 25px;
height: 25px;
 +
}
 +
 +
dl {
 +
    margin-bottom:50px;
 +
}
 +
 +
dl dt {
 +
    background:#5f9be3;
 +
    color:#fff;
 +
    float:left;
 +
    font-weight:bold;
 +
    margin-right:10px;
 +
    padding:5px; 
 +
    width:100px;
 +
}
 +
 +
dl dd {
 +
    margin:2px 0;
 +
    padding:5px 0;
}
}
</style>
</style>
</html>
</html>

Revision as of 22:11, 15 October 2014