Template:CSS/BasicTheme

From 2014.igem.org

(Difference between revisions)
m
m
Line 28: Line 28:
html, body, .wrapper { /*-- changes default wiki settings --*/
html, body, .wrapper { /*-- changes default wiki settings --*/
width: 100%;  
width: 100%;  
 +
height: 100%;
background-color: transparent;
background-color: transparent;
}
}
Line 108: Line 109:
}
}
 +
#contentcontainer {
 +
min-height: 100%;
 +
height: auto !important;
 +
height: 100%;
 +
margin: 0 auto -4em;
 +
}
 +
 +
.contentfooter, .push { height: 4em;}
.contentpara {margin-bottom: 30px;}
.contentpara {margin-bottom: 30px;}

Revision as of 17:02, 22 November 2013