Try and apply the testes CSS magic for full screen iframes.
[AboutConfig.git] / www / git / git.css
blob58813e091987b56dceaae6b6c2b6d8d1e1f30d2e
1 html, body {
2 margin:0; padding:0; height:100%;
4 iframe {
5 display:block; border:none; position: absolute;
6 width:100%; height: 100%; top: 0px;
8 #mozdev-background-header {
9 position: absolute; top: 0px; height: 12px; width: 100%;
10 background-image: url(//www.mozdev.org/skin/tools/subsite_back.png);
11 background-repeat: repeat-x;