X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fkeynote.css;h=43c4434dded004789a4dec4c69fc2a98747fc97a;hb=fe4229287a1eee075b894e4cad426f138b6b95bf;hp=2ca2c0a2a956648139cbabce71260ddaf5313e38;hpb=fb813fb52d5ab65ca9a5b92b5cb9089523380d79;p=platal.git 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; }