From fe4229287a1eee075b894e4cad426f138b6b95bf Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 5 Mar 2010 18:04:28 +0100 Subject: [PATCH 1/1] A little touch of coolness. Signed-off-by: Florent Bruneau --- htdocs/css/keynote.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 2ca2c0a..43c4434 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -52,6 +52,8 @@ fieldset { color: #000; margin: 1em 0 1em 0; text-align: justify; + -webkit-border-top-left-radius: 5px; + -moz-border-radius-topleft: 5px; } legend { border-bottom: 1px solid #666; @@ -62,6 +64,8 @@ legend { color: #000; padding: 2px 4px; + -webkit-border-top-left-radius: 5px; + -moz-border-radius-topleft: 5px; } .center { text-align: center; } -- 2.1.4