Template:Team:NCTU Formosa/header-human

From 2012.igem.org

(Difference between revisions)
Line 127: Line 127:
width: 800px;
width: 800px;
margin-left:50px;
margin-left:50px;
 +
*border-collapse: collapse; /* IE7 and lower */
 +
border-spacing: 0;
}
}
#humantable p {
#humantable p {
Line 136: Line 138:
padding:10px;
padding:10px;
}
}
-
#humantable tr#humantable-title td {
+
#humantable th td {
-
background:url(https://static.igem.org/mediawiki/2012/c/cb/Alw75.png) transparent repeat!important;
+
background:url(https://static.igem.org/mediawiki/2012/c/cb/Alw75.png) transparent repeat;
 +
}
 +
th:first-child {
 +
    -moz-border-radius: 6px 0 0 0;
 +
    -webkit-border-radius: 6px 0 0 0;
 +
    border-radius: 6px 0 0 0;
 +
}
 +
 
 +
th:last-child {
 +
    -moz-border-radius: 0 6px 0 0;
 +
    -webkit-border-radius: 0 6px 0 0;
 +
    border-radius: 0 6px 0 0;
 +
}
 +
 
 +
th:only-child{
 +
    -moz-border-radius: 6px 6px 0 0;
 +
    -webkit-border-radius: 6px 6px 0 0;
 +
    border-radius: 6px 6px 0 0;
}
}
.pimg {
.pimg {

Revision as of 09:55, 16 September 2012