A little touch of coolness.
[platal.git] / 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; }