You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
215 B
CSS

.main .pane {
border-left:3px dotted gray;
grid-column: 2;
font-family: sans-serif;
padding-left: 10px;
}
.pane iframe {
border:1px solid transparent;
width:99%;
height:100%;
}