From e007af22a9d3503b841a881778f437d7d79f660c Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 12 Jan 2009 17:02:51 -0800 Subject: [PATCH] Making buttons within static notes have rounded corners. --- static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 08713d1..20dad8a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -633,6 +633,8 @@ h1 { } .static_note_contents .button { + -moz-border-radius: 4px; + -webkit-border-radius: 4px; border-style: outset; border-width: 0px; background-color: #d0e0f0;