1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-09 14:26:07 +00:00

Rename "title" class to "tc-title"

Part of #764
This commit is contained in:
Jermolene
2014-08-28 17:25:07 +01:00
parent 63d7fd8457
commit 90f0fc22ff
3 changed files with 6 additions and 6 deletions

View File

@@ -376,7 +376,7 @@ button.tw-tag-label, span.tw-tag-label {
fill: <<colour sidebar-foreground>>;
}
.sidebar-header .title a.tw-tiddlylink-resolves {
.sidebar-header .tc-title a.tw-tiddlylink-resolves {
font-weight: 300;
}
@@ -616,7 +616,7 @@ button.tw-tag-label, span.tw-tag-label {
font-weight: 300;
}
.tw-tiddler-missing .title {
.tw-tiddler-missing .tc-title {
font-style: italic;
font-weight: normal;
}