Template:Chiba base

From 2013.igem.org

(Difference between revisions)
Line 46: Line 46:
}
}
 +
/* 検索ボックスを消す */
form#searchform {
form#searchform {
-
display: none;
+
/*display: none; */
 +
}
 +
 
 +
/* 検索ボックス */
 +
#search-controls {
 +
    position: absolute;
 +
    top: 50px;
 +
    right: 15px;
 +
    width: 150px;
 +
    height: 40px;
 +
    background-color: transparent;
 +
    text-align: center;
 +
    z-index: 3;
}
}
Line 85: Line 98:
/* ------------------------- */  
/* ------------------------- */  
-
 

Revision as of 05:45, 1 September 2013

iGEM-2013 Chiba

Chiba