A little touch of coolness.
[platal.git] / htdocs / css / keynote.css
index 4c44469..43c4434 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2009 Polytechnique.org                              *
+ *  Copyright (C) 2003-2010 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -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; }
@@ -292,7 +296,7 @@ span.titre {
 
 div.contact-list {
     width: 98%;
-    margin-left: 1%;
+    margin-left: 5px;
 }
 div.contact-list div.contact {
     border-top: 1px solid #fff;