1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 23:10:46 +00:00

Style updates

This commit is contained in:
Jeremy Ruston 2012-06-10 22:02:48 +01:00
parent 2a08b3a082
commit c1a34016ca

View File

@ -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 {