From: Florent Bruneau Date: Fri, 5 Mar 2010 17:04:28 +0000 (+0100) Subject: A little touch of coolness. X-Git-Tag: xorg/1.0.0~332^2~109 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;ds=sidebyside;h=fe4229287a1eee075b894e4cad426f138b6b95bf;hp=2d6329a25bf939eed30b23de2116cc82703d3116;p=platal.git A little touch of coolness. Signed-off-by: Florent Bruneau --- 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; }