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:
parent
d402d3c5a6
commit
1940bd4dce
@ -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">
|
||||
|
||||
|
@ -527,6 +527,7 @@ a.tw-tiddlylink-external:hover {
|
||||
}
|
||||
}
|
||||
|
||||
.tw-site-title,
|
||||
.titlebar {
|
||||
font-weight: 300;
|
||||
font-size: 2.35em;
|
||||
|
Loading…
Reference in New Issue
Block a user