witten
/
luminotes
Archived
1
0
Fork 0

Fixed a Firefox 3.5 bug in which spacing at the top of each note changed when a note was focused.

This commit is contained in:
Dan Helfman 2009-07-12 15:04:28 -07:00
parent 9a284e7b76
commit c4b600c3a6
2 changed files with 5 additions and 1 deletions

5
NEWS
View File

@ -5,8 +5,11 @@
typed text after the link does not become linked itself.
* Fixed a Firefox 3.5 bug in which bold mode (or italics mode) would
inexplicably end after typing a few characters.
* Fixed a Firefox 3.5 bug in which spacing at the top of each note changed
when a note was focused.
* Fixed an Internet Explorer 8 bug in which the toolbar was positioned
incorrectly.
incorrectly. Note that as of this release, there are a number of other
Internet Explorer 8 issues.
1.6.14: June 14, 2009
* Fixed a bug in which some printed or exported notes appeared in

View File

@ -99,6 +99,7 @@ class Main_page( Page ):
Span(
note.contents,
class_ = u"static_note_contents",
separator = "",
),
id = "static_note_%s" % note.object_id,
class_ = u"static_note_div",