Difference between revisions of "Template:Team:WLC-Milwaukee"

Line 11: Line 11:
 
}
 
}
 
/*-- the above hides any igem stylings from previous years; doesn't seem to be necessary this year? --*/
 
/*-- the above hides any igem stylings from previous years; doesn't seem to be necessary this year? --*/
 +
 +
#container {
 +
    display: inline-block;
 +
    position: relative;
 +
    width: 50%;
 +
}
 +
#dummy {
 +
    padding-top: 75%; /* 4:3 aspect ratio */
 +
}
 +
#element {
 +
    position: absolute;
 +
    top: 0;
 +
    bottom: 0;
 +
    left: 0;
 +
    right: 0;
 +
    background-color: silver /* show me! */
 +
}
  
 
#globalWrapper, #content, #bodyContent { /*-- changes default wiki settings --*/
 
#globalWrapper, #content, #bodyContent { /*-- changes default wiki settings --*/

Revision as of 21:56, 12 July 2015