Team:Calgary/Sandbox

From 2012.igem.org

(Difference between revisions)
Line 60: Line 60:
/*Mobile styling*/
/*Mobile styling*/
#nav-wrap{
#nav-wrap{
 +
position: absolute;
width: 100%;
width: 100%;
height: 71px;
height: 71px;
 +
top: 0px;
 +
left: 0px;
background-color: #2c2c2c;
background-color: #2c2c2c;
}
}
Line 68: Line 71:
clear: both;
clear: both;
list-style: none;
list-style: none;
-
position: relative;
+
position: absolute;
left: -19px;
left: -19px;
-
top: -3px;
+
top: 68px;
width: 200px;
width: 200px;
background: #6d6d6d;
background: #6d6d6d;

Revision as of 22:47, 25 June 2012