[TW5] Reduce vertical white space

103 views
Skip to first unread message

Bob Flandard

unread,
Mar 17, 2017, 5:52:16 AM3/17/17
to TiddlyWiki
Hello,

How do I reduce the amount of vertical white space between headings (! !! !!!) and the text below them? Preferable without interfering with the spacing of the table of contents menu. I did search here and look at theme tweaks, but found nowt.

Thanks, Bob

Mat

unread,
Mar 17, 2017, 1:03:37 PM3/17/17
to TiddlyWiki
As part of my TW template, i.e a TW that I've set up from which I base most of my other TWs, I have a tiddler like so:

title: $:/SiteStylesheet
tags: $:/
tags/Stylesheet
type
: text/vnd.tiddlywiki

text
:
<pre>/* Tweak headings h2, h3, 4h / !!, !!!, !!!! */
.tc-tiddler-body h2 {margin-bottom:-.2em; margin-top:1.2em;}
.tc-tiddler-body h3 {margin-bottom:-.4em; margin-top:1.4em;}
.tc-tiddler-body h4 {margin-bottom:-.6em; margin-top:1.6em; font-weight:bold;}

/* TW-version added to site title */
.tc-site-title:before {
  content
:"TW <<version>>";
  position
:absolute;
  margin
-top:-1.9em;
  color
:silver;
  font
-size:13px;
}
</pre>


<:-)

Bob Flandard

unread,
Mar 17, 2017, 3:44:08 PM3/17/17
to TiddlyWiki
Thanks Mat,

Much improved layout, without it the headings float roughly midway between the paragraph that just finished and the paragraph they are heading.

Regards, Bob

Reply all
Reply to author
Forward
0 new messages