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

right menue SiteTitle and SiteSubtitle decoupled from tiddler title and tiddler subtitle. Otherwise it is not possible to modify the tiddler title styling, without affecting the site title.

This commit is contained in:
Mario Pietsch 2014-04-01 10:34:58 +02:00
parent d402d3c5a6
commit 1940bd4dce
2 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,8 @@ tags: $:/tags/PageTemplate
<$reveal state="$:/state/sidebar" type="match" text="yes" default="yes" retain="yes">
<div class="titlebar">{{$:/SiteTitle}}</div>
<div class="tw-subtitle">{{$:/SiteSubtitle}}</div>
<div class="tw-site-title">{{$:/SiteTitle}}</div>
<div class="tw-site-subtitle">{{$:/SiteSubtitle}}</div>
<div class="tw-page-controls">

View File

@ -527,6 +527,7 @@ a.tw-tiddlylink-external:hover {
}
}
.tw-site-title,
.titlebar {
font-weight: 300;
font-size: 2.35em;