Template:Team:Bielefeld-Germany/css/labjournal navigation structure.css

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <style type="text/css"> #page-middle{ width:1085px; margin-top: 10px; margin-right:auto; margin-left:auto; } #page-navigation{ float:left; width:220px; list-style:n...")
Line 8: Line 8:
}
}
#page-navigation{
#page-navigation{
-
float:left;
+
float:right;
width:220px;
width:220px;
list-style:none;
list-style:none;
Line 45: Line 45:
width:auto;
width:auto;
position:relative;
position:relative;
-
top:-9000px;left:-9000px;
+
top:-9000px;right:-9000px;
height:auto;
height:auto;
}
}
#page-navigation ul li:hover ul li{
#page-navigation ul li:hover ul li{
-
top:0px;left:0px;
+
top:0px;right:0px;
height:auto;
height:auto;
}
}
Line 68: Line 68:
}
}
#page-content{
#page-content{
-
float:left;
+
float:right;
width:850px;
width:850px;
-
margin-left:10px;
+
margin-right:10px;
border:1px solid #a8a8a8;
border:1px solid #a8a8a8;
}
}
</style>
</style>
</html>
</html>

Revision as of 17:46, 3 June 2013