witten
/
luminotes
Archived
1
0
Fork 0

Decreased the default note text font size and bumped version.

This commit is contained in:
Dan Helfman 2008-12-05 12:03:18 -08:00
parent b7789c6533
commit 233b800978
4 changed files with 7 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
1.5.11:
* Decreased the default note text font size, so now you can see more of your
notes at once.
1.5.10: December 4, 2008
* Fixed a bug in which certain new installations of Luminotes Desktop
on Windows yielded an "uh oh" error on initial launch. This bug did

View File

@ -1 +1 @@
VERSION = u"1.5.10"
VERSION = u"1.5.11"

View File

@ -1,5 +1,6 @@
body {
padding: 1em;
font-size: 90%;
background-color: #fafafa;
line-height: 140%;
font-family: sans-serif;

View File

@ -1,5 +1,6 @@
body {
padding: 1em;
font-size: 90%;
line-height: 140%;
font-family: sans-serif;
}