Template:Team:Alberta/2011style.css

From 2011.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
#pagecontent {
#pagecontent {
 +
    position: absolute;
 +
    top: 0px;
 +
    left: 0px;
     background-color: red;
     background-color: red;
     min-width: 100%;
     min-width: 100%;
}
}

Revision as of 01:50, 24 August 2011

  1. pagecontent {
   position: absolute;
   top: 0px;
   left: 0px;
   background-color: red;
   min-width: 100%;

}