make runner CSS more sane

This commit is contained in:
johnyma22 2012-11-21 20:09:31 +00:00
parent e02054d6fe
commit 28cd6e64b3
1 changed files with 5 additions and 2 deletions

View File

@ -15,12 +15,15 @@ body {
#iframe-container {
width: 50%;
height: 100%;
float:right;
}
#iframe-container iframe {
width: 100%;
height: 100%;
position:absolute;
min-width:500px;
max-width:800px;
left:50%;
width:100%;
}
#mocha {