Template:Team:BostonU/CSS

From 2014.igem.org

(Difference between revisions)
Line 30: Line 30:
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
-
height: 14px;
+
        background-color:transparent;
 +
        height: 14px;
display: block;
display: block;
z-index: 10;
z-index: 10;
position: fixed;
position: fixed;
-
width:7000px;
+
width:100%;
top: 0;
top: 0;
-
        background-color:transparent;
 
}
}

Revision as of 03:55, 18 June 2014