Template:INSALyon2009 Test

From 2010.igem.org

(Difference between revisions)
m
Line 134: Line 134:
     text-decoration: underline;
     text-decoration: underline;
}
}
 +
 +
 +
 +
 +
/*----------------------------------------------------------------------------*/
 +
/* content area                                                              */
 +
/*----------------------------------------------------------------------------*/
 +
 +
#tudelft_content_wrapper {
 +
    width: 593px;
 +
    position: relative;
 +
    float: left;
 +
    margin-top: 20px;
 +
}
 +
 +
#tudelft_content_boxtop {
 +
    width: 593px;
 +
    height: 10px;
 +
    background:url(https://static.igem.org/mediawiki/2008/a/a1/Tudelft_content_top.png) no-repeat bottom left;
 +
    position: relative;
 +
    float: left;
 +
}
 +
 +
#tudelft_content_boxbottom {
 +
    width: 593px;
 +
    height: 10px;
 +
    background:url(https://static.igem.org/mediawiki/2008/8/89/Tudelft_content_bottom.png) no-repeat top left;
 +
    position: relative;
 +
    float: left;
 +
}
 +
 +
#tudelft_content {
 +
    width: 571px;
 +
    padding: 10px;
 +
    border-left: 1px solid #ccc;
 +
    border-right: 1px solid #ccc;
 +
    position: relative;
 +
    float: left;
 +
    font-size: 9pt;
 +
    text-align: justify;
 +
}
 +
 +
 +
/* put more month on one row in lab notebook */
 +
.month {
 +
    position: relative;
 +
    float: left;
 +
    margin: 7px 7px 27px 7px;
 +
}
 +
</style>
</style>
</html>
</html>

Revision as of 14:37, 23 July 2010