Remove old scanline, page stuff.

This commit is contained in:
Will Scullin 2017-08-20 12:57:43 -07:00
parent 1a6604f445
commit 8a8db4015c
2 changed files with 0 additions and 37 deletions

View File

@ -144,12 +144,6 @@ canvas {
left: 30px;
top: 24px;
}
#scanlines: {
width: 537px;
height: 368px;
left: 30px;
top: 24px;
}
}
@media all and (device-width: 768px) {
@ -159,12 +153,6 @@ canvas {
left: 14px;
top: 15px;
}
#scanlines {
width: 564px;
height: 386px;
left: 14px;
top: 15px;
}
}
:-webkit-full-screen {
@ -198,33 +186,8 @@ canvas {
height: 768px;
}
:-webkit-full-screen #scanlines {
width: 1120px;
height: 768px;
}
:-moz-full-screen #scanlines {
width: 1120px;
height: 768px;
}
}
*/
#scanlines {
position: absolute;
top: 16px;
left: 16px;
cursor: crosshair;
z-index: 1;
width: 560px;
height: 384px;
}
#page1 {
visibility: display;
}
#page2 {
visibility: hidden;
}
#about iframe {
border: 1px inset #666;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB