From 233b80097825704ec5c6d6a20469ac48affa5719 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 5 Dec 2008 12:03:18 -0800 Subject: [PATCH] Decreased the default note text font size and bumped version. --- NEWS | 4 ++++ config/Version.py | 2 +- static/css/download.css | 1 + static/css/note.css | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) 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; }