docs: add new iframe layout

This commit is contained in:
Andreas Boll
2012-09-18 18:57:02 +02:00
parent ad05f2e429
commit b5da52ac58
93 changed files with 800 additions and 69 deletions

View File

@@ -31,3 +31,33 @@ pre {
/*color: black;*/
}
iframe {
width: 19em;
height: 80em;
border: none;
float: left;
}
.content {
position: absolute;
left: 20em;
right: 10px;
overflow: hidden
}
.header {
background: black url('gears.png') 15px no-repeat;
margin:0;
padding: 5px;
clear:both;
}
.header h1 {
background: url('gears.png') right no-repeat;
color: white;
font: x-large sans-serif;
text-align: center;
height: 50px;
margin: 0;
padding-top: 30px;
}