mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-08 13:56:07 +00:00
Refactored CSS classes for tiddler titles
Now we reserve the `title` class for the tiddler title span itself, and `titlebar` for the previous purpose of identifying the div containing the title and the toolbar buttons
This commit is contained in:
@@ -465,14 +465,14 @@ a.tw-tiddlylink-external {
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
.titlebar {
|
||||
font-weight: 300;
|
||||
font-size: 2.35em;
|
||||
line-height: 1.2em;
|
||||
color: #182955;
|
||||
}
|
||||
|
||||
.title img {
|
||||
.titlebar img {
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user