1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 07:08:20 +00:00

Adjust line height for headings

This commit is contained in:
Jeremy Ruston 2013-05-31 16:46:57 +01:00
parent 72a2a2d68e
commit a87e8e50d1

View File

@ -67,6 +67,10 @@ body {
word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1em;
}
code, pre {
padding: 0 3px 2px;
<<border-radius 3px>>