Template:Team:HokkaidoU Japan/css

From 2011.igem.org

(Difference between revisions)
Line 2: Line 2:
#top-section{
#top-section{
     position: absolute;
     position: absolute;
 +
    width: 100%;
 +
    height: 0;
 +
    border: none;
}
}
-
#top-section #p-logo{
+
#top-section #menubar.left-menu{
 +
    position: fixed;
 +
    top: 0; left: 0;
 +
}
 +
#top-section #menubar.right-menu{
 +
    position: fixed;
 +
    top: 0; right: 0;
 +
}
 +
#top-section #p-logo,
 +
#top-section #search-controls{
     display: none;
     display: none;
}
}
</style></html>
</style></html>

Revision as of 05:29, 2 October 2011