1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Fix vertical alignment of the title of the top tiddler and the sidebar in the title

Little things.
This commit is contained in:
Jeremy Ruston 2013-08-27 22:25:53 +01:00
parent accf490726
commit 0421f11fcc
2 changed files with 2 additions and 4 deletions

View File

@ -12,9 +12,7 @@ title: $:/core/ui/PageTemplate
{{$:/LeftSideBar}}
<!-- The sidebar header -->
<header class="sidebar-header">
<div class="title">{{SiteTitle}}</div><div class="tw-subtitle">{{SiteSubtitle}}</div>
<header class="sidebar-header"><div class="title">{{SiteTitle}}</div><div class="tw-subtitle">{{SiteSubtitle}}</div>
<div class="tw-page-controls">
<$button message="tw-new-tiddler" class="btn-invisible">{{$:/core/images/new-button}}</$button><$link to="$:/ControlPanel">{{$:/core/images/options-button}}</$link><$button message="tw-save-wiki" class="btn-invisible">{{$:/core/images/save-button}}</$button>

View File

@ -361,7 +361,7 @@ a.tw-tiddlylink-external {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 0 0 0 -3em;
padding: 5em 0 2em 3em;
padding: 6em 0 2em 3em;
}
.story-river {