Update '12/style.css'

master
Max Lehmann 5 years ago
parent cc036f8e24
commit 3115558e9f

@ -322,20 +322,6 @@ a:hover{
font-family: Roboto Mono; font-family: Roboto Mono;
} }
#resources_05 {
white-space: pre-wrap;
height: 100%;
width: 45%;
color: white;
font-size: 14px;
overflow-y: auto;
background: black;
margin: 0px;
border: 10px solid white;
float: left;
margin-left: 50px;
font-family: Roboto Mono;
}
#resources iframe { #resources iframe {
@ -346,6 +332,8 @@ a:hover{
position: relative; position: relative;
} }
#week_04{ #week_04{
width: 43%; width: 43%;
margin: 0px; margin: 0px;
@ -435,6 +423,29 @@ a:hover{
border: none; border: none;
background-color: none; background-color: none;
} }
#resources_05 {
white-space: pre-wrap;
height: 100%;
width: 45%;
color: white;
font-size: 14px;
overflow-y: auto;
background: black;
margin: 0px;
border: 10px solid white;
float: left;
margin-left: 50px;
font-family: Roboto Mono;
}
#resources_05 iframe {
width: 100%;
height: 100%;
border: 1px solid #FAF0E6;
background-color: none;
position: relative;
}
Loading…
Cancel
Save