From d058f779aecab2dde483f4c92ce7a094bbf9a420 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 3 Jan 2009 16:11:51 -0800 Subject: [PATCH] Making rounded corners of static note divs and note iframes equivalent. --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index d9a1d4f..90e7295 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -541,6 +541,7 @@ h1 { } .static_note_div { + -moz-border-radius: 5px; font-size: 90%; display: block; margin: 0em;