From de60f7a852779b020daedfc3659effeae87b1b0f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 10 Feb 2009 22:01:51 -0800 Subject: [PATCH] Making grabber rounded in WebKit too. --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index c866345..670c90e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -597,6 +597,7 @@ h1 { .note_grabber { -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; + -webkit-border-radius: 5px; -moz-user-select: none; color: #fafafa; background-color: #fafafa;