Update '12/style.css'

master
Max Lehmann 4 years ago
parent 5a9148f89a
commit 181bdd9a78

@ -434,26 +434,22 @@ a:hover{
border: 3px white solid; border: 3px white solid;
padding-top:30px; padding-top:30px;
} }
/*maybe*/
#etherpad.hidden iframe{
display: none;
width: 100%;
height: 10%;
overflow: hidden;
}
.etherpad_iframe { .etherpad_iframe {
margin:20px; margin: 20px;
display: block; display: block;
width: 800px; width: 800px;
height: 500px; height: 500px;
border: none; border: none;
background-color: none; background-color: none;
float: left;
} }
/*maybe*/
iframe.hidden { iframe.hidden {
display:none; display:none;
overflow: hidden;
width: 100px;
height: 100px;
} }
#resources_05 { #resources_05 {

Loading…
Cancel
Save