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.

print-window-tiddler
Mario Pietsch 2014-04-01 10:34:58 +02:00
rodzic d402d3c5a6
commit 1940bd4dce
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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">

Wyświetl plik

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