From f92891a8d510c22ceaa70f8ba8738e1f90ca74ee Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 19 May 2008 12:03:40 -0700 Subject: [PATCH] Decreased some font sizes so more note links don't wrap as much. --- NEWS | 5 ++++- static/css/style.css | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 1480e23..ebc33df 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ +1.3.32: May 19, 2008 + * Decreased some font sizes so more note links don't wrap as much. + 1.3.31: May 18, 2008 * Improved the detection of whether an existing note has been altered and - thus needs to be saved to the server.d + thus needs to be saved to the server. * Expanded workaround for IE iframe positioning bug to include IE 7. 1.3.30: May 16, 2008 diff --git a/static/css/style.css b/static/css/style.css index b40126a..00f8481 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -285,12 +285,12 @@ img { #note_tree_root_table { margin-bottom: 1em; - font-size: 75%; + font-size: 72%; } #recent_notes_table { margin-bottom: 1em; - font-size: 75%; + font-size: 72%; } #recent_notes_spacer {