Update '12/style.css'

master
Max Lehmann 4 years ago
parent a934716a44
commit 5a9148f89a

@ -443,11 +443,13 @@ a:hover{
} }
.etherpad_iframe { .etherpad_iframe {
margin:20px;
display: block; display: block;
width: 100%; width: 800px;
height: 100%; height: 500px;
border: none; border: none;
background-color: none; background-color: none;
float: left;
} }
/*maybe*/ /*maybe*/
iframe.hidden { iframe.hidden {
@ -462,7 +464,7 @@ iframe.hidden {
font-size: 14px; font-size: 14px;
/*overflow-y: auto;*/ /*overflow-y: auto;*/
background: black; background: black;
margin: 0px; margin: 20px;
border: 3px solid white; border: 3px solid white;
float: left; float: left;
font-family: Roboto Mono; font-family: Roboto Mono;

Loading…
Cancel
Save