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

@ -15,6 +15,11 @@
font-size: 12px;
}
.editor .printMargin {
width: 1px;
background: rgb(191, 191, 191);
}
.gutter-layer {
right: 10px;
text-align: right;