Thanks @pmario and @andrey013
print-window-tiddler
Jermolene 2014-10-05 12:44:06 +01:00
rodzic 3ca8d7b6cc
commit 15905f3b7a
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -531,7 +531,6 @@ button.tc-tag-label, span.tc-tag-label {
margin-bottom: 28px;
background-color: <<colour tiddler-background>>;
border: 1px solid <<colour tiddler-border>>;
overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */
}
.tc-tiddler-info {
@ -707,6 +706,10 @@ canvas.tc-edit-bitmapeditor {
line-height: 22px;
}
.tc-tiddler-title, .tc-titlebar {
overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */
}
/*
** Toolbar buttons
*/