Template:Team:UCSD Software/CSS

From 2014.igem.org

(Difference between revisions)
Line 130: Line 130:
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
border: 0 none;
border: 0 none;
-
height: 14px;
+
height: 0px;
z-index: 100;
z-index: 100;
top: 0;
top: 0;
-
position: fixed;
+
position: static;
width: 975px;  
width: 975px;  
left: 50%;  
left: 50%;  
Line 142: Line 142:
#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.) --*/
         background-color:transparent;
         background-color:transparent;
-
         height: 14px;
+
         height: 0px;
display: block;
display: block;
z-index: 10;
z-index: 10;
-
position: fixed;
+
position: static;
width:100%;
width:100%;
top: 0;
top: 0;

Revision as of 07:26, 13 October 2014