switch back to two-panel layout

This commit is contained in:
ansuz 2016-02-10 10:52:46 +01:00
parent f33e061c9a
commit b43674eb53
1 changed files with 1 additions and 13 deletions

View File

@ -26,28 +26,16 @@
top: 0px;
right: 0px;
border: 0px;
height: 50vh;
height: 100vh;
width: 50vw;
background-color: #222;
color: #ccc;
}
#problemo {
position: fixed;
top: 50vh;
right: 0px;
height: 50vh;
width: 50vw;
background: #999;
color: #111;
border: none;
overflow-y: auto;
}
</style>
</head>
<body>
<iframe id="pad-iframe" src="inner.html"></iframe>
<textarea id="feedback"></textarea>
<pre id="problemo"></pre>
</body>
</html>