Remove tiddler frame padding in print view

It was wasting a border around each page.
This commit is contained in:
Jermolene 2016-07-20 22:09:41 +01:00
parent 5cc09d9cd5
commit 8f6178acfc
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ button.tc-untagged-label {
.tc-story-river .tc-tiddler-frame {
margin: 0;
border: none;
padding: 28px;
padding: 0;
}
}