From 9446513091a259aefa36e1acf9f8e523db6e7fc6 Mon Sep 17 00:00:00 2001 From: Veno Server Date: Wed, 12 Aug 2009 12:15:53 -0500 Subject: [PATCH] Incremental --- css/example.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/example.css b/css/example.css index 1b1a1fc..f7fbe83 100644 --- a/css/example.css +++ b/css/example.css @@ -47,6 +47,8 @@ h1 { line-height: 1.2em; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-bottom-right-radius: 4px; } #upload_button:hover {