witten
/
luminotes
Archived
1
0
Fork 0

Fixed a visual bug in which titles in a note after the first one had insufficient vertical spacing above them.

This commit is contained in:
Dan Helfman 2009-01-30 12:37:52 -08:00
parent 79228ca7bc
commit 9906dda1ca
2 changed files with 8 additions and 1 deletions

4
NEWS
View File

@ -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.

View File

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