add option to show the print margin

This commit is contained in:
Fabian Jakobs 2010-05-05 10:49:41 +02:00
commit 5955289793
4 changed files with 74 additions and 11 deletions

View file

@ -14,6 +14,7 @@
position: absolute;
overflow-x: scroll;
overflow-y: hidden;
height: 100%;
}
.editor .sb {
@ -29,11 +30,17 @@
left: 0px;
}
.editor .printMargin {
position: absolute;
height: 100%;
}
.layer {
z-index: 0;
position: absolute;
overflow: hidden;
white-space: nowrap;
height: 100%;
}
.text-layer {