From 45fafeeb197286b148b6dbbbe672e6a925781c7a Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 29 Apr 2008 20:37:10 +0000 Subject: [PATCH] Decreasing size of "notes" and "recent updates" links so they wrap less. --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 77b1691..9f8fb95 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -267,12 +267,12 @@ img { #note_tree_root_table { margin-bottom: 1em; - font-size: 90%; + font-size: 75%; } #recent_notes_table { margin-bottom: 1em; - font-size: 90%; + font-size: 75%; } #recent_notes_spacer {