print-window-tiddler
Jeremy Ruston 2012-06-10 22:02:48 +01:00
rodzic 2a08b3a082
commit c1a34016ca
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ type: text/css
body {
position: relative;
background: #eee;
margin-top: 40px;
}
.tw-story-element {
@ -22,13 +23,17 @@ body {
line-height: 48px;
}
.title > span {
margin-right: 10px;
}
.tw-tiddler-missing .title {
font-style: italic;
font-weight: normal;
}
.tw-tags-wrapper .label {
margin-right: 8px;
margin-right: 6px;
}
.tw-edit-field {