From 070b55848d66f0f77ce9b360f698bd919a48fe3e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 12 Dec 2008 23:49:35 -0800 Subject: [PATCH] With the new smaller note text font size, the smalll text within the note was even smaller (and too small). Now it's just a little smaller. --- static/css/note.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/note.css b/static/css/note.css index 28161e8..0933ce1 100644 --- a/static/css/note.css +++ b/static/css/note.css @@ -129,7 +129,7 @@ ol li { .small_text { padding-top: 0.5em; - font-size: 72%; + font-size: 90%; } .radio_label {