diff --git a/NEWS b/NEWS index 4db1ec6..181fef8 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/config/Version.py b/config/Version.py index 0252ace..930da27 100644 --- a/config/Version.py +++ b/config/Version.py @@ -1 +1 @@ -VERSION = u"1.5.10" +VERSION = u"1.5.11" diff --git a/static/css/download.css b/static/css/download.css index 617e8cc..7db9333 100644 --- a/static/css/download.css +++ b/static/css/download.css @@ -1,5 +1,6 @@ body { padding: 1em; + font-size: 90%; background-color: #fafafa; line-height: 140%; font-family: sans-serif; diff --git a/static/css/note.css b/static/css/note.css index e0c6ef1..28161e8 100644 --- a/static/css/note.css +++ b/static/css/note.css @@ -1,5 +1,6 @@ body { padding: 1em; + font-size: 90%; line-height: 140%; font-family: sans-serif; }