1
0
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:
Jeremy Ruston
2013-11-07 22:55:05 +00:00
parent bfe3d3ee5a
commit a980348925
4 changed files with 7 additions and 7 deletions

View File

@@ -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;
}