diff --git a/NEWS b/NEWS index 313c6d2..d7f4c33 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +1.6.2: January ?, 2009 + * Fixed a visual bug in which titles in a note after the first one had + insufficient vertical spacing above them. + 1.6.1: January 29, 2009 * Fixed a bug in which hiding a focused note could (temporarily) leave an empty gap at the bottom of the page. diff --git a/static/css/style.css b/static/css/style.css index 260efd7..100e0dc 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -569,10 +569,13 @@ h1 { .static_note_contents h3 { padding-bottom: 0.25em; border-bottom: 1px solid #dddddd; - margin-top: 0em; margin-bottom: 0.75em; } +.static_note_contents h3:first-child { + margin-top: 0em; +} + .static_note_contents a[target ^= "_new"] { background: url(/static/images/web_icon_tiny.png) right center no-repeat; padding-right: 13px;