From 420f67672feffdd7cc8df04bd29f87cead91dd89 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 13 Apr 2008 20:50:44 +0000 Subject: [PATCH] Now "notes" heading is full font size and the table below is 90%. --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 465054a..f695406 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -261,13 +261,13 @@ img { #note_tree_area_holder { max-height: 100%; - font-size: 90%; overflow: auto; margin-left: 0.5em; } #note_tree_root_table { margin-bottom: 1em; + font-size: 90%; } .note_tree_table {