A little touch of coolness.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 5 Mar 2010 17:04:28 +0000 (18:04 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 5 Mar 2010 17:04:28 +0000 (18:04 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
htdocs/css/keynote.css

index 2ca2c0a..43c4434 100644 (file)
@@ -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; }