1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Fix "Hide Furniture" theme

To account for integrating “sticky titles” theme with “Vanilla”
This commit is contained in:
Jermolene 2014-12-27 12:00:51 +00:00
parent 7abe9aa53d
commit fa9fc38be8

View File

@ -9,6 +9,10 @@ html body .tc-tiddler-frame {
<<box-shadow "none">>
}
html body .tc-tiddler-title {
background-color: inherit;
}
html body .tc-story-river {
margin-top: 70px;
}