Retract view template title change in 09a3f94d79

As @pmario points out, the change interferes with the floating of the
toolbar buttons:

https://github.com/Jermolene/TiddlyWiki5/commit/09a3f94d79fc6eacbfd46c86
594748e996191eb2#commitcomment-8488743
This commit is contained in:
Jermolene 2014-11-08 17:39:58 +00:00
parent 187ec2e76c
commit 1255060a5a
2 changed files with 1 additions and 3 deletions

View File

@ -8,10 +8,10 @@ fill:$(foregroundColor)$;
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
\end
<div class="tc-tiddler-title">
<h2 class="tc-titlebar">
<span class="tc-tiddler-controls">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list>
</span>
<h2 class="tc-titlebar">
<$set name="foregroundColor" value={{!!color}}>
<span style=<<title-styles>>>
<$transclude tiddler={{!!icon}}/>

View File

@ -634,8 +634,6 @@ button.tc-untagged-label {
.tc-tiddler-frame .tc-tiddler-controls {
float: right;
font-size: 2.35em;
line-height: 1.2em;
}
.tc-tiddler-controls .tc-drop-down {