Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
}
}
#top-section {
#top-section {
-
         height: auto;
+
         height: 16px;
         width: auto;
         width: auto;
         position: fixed;
         position: fixed;
         border: 0px transparent;
         border: 0px transparent;
 +
background: #333;
}
}
img.homepage{
img.homepage{
Line 121: Line 122:
div#topbar{
div#topbar{
width: 100%;
width: 100%;
-
min-width:200px;
 
position:fixed;
position:fixed;
-
left:0;
+
left:0px;
-
right:0;
+
right:0px;
-
margin-right:0;
+
-
margin-left:0;
+
z-index:999;
z-index:999;
-
top:0px;
+
top:16px;
-
  background: #333;
+
background: #333;
-
  height:60px;
+
height:60px;
}
}
div#topbar > .sections_panel{
div#topbar > .sections_panel{

Revision as of 00:09, 9 October 2014