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
1 changed files with 4 additions and 0 deletions

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;
}