css default modifications
[old-projects.git] / philter / philter / css / default.css
index 9d1b45b..305819e 100644 (file)
@@ -9,10 +9,14 @@
 body {
     color: black;
     background-color: white;
+    width: 800px;
+    margin-left: auto;
+    margin-right: auto;
 }
 
 table {
     border: 1px solid #dddddd;
+    background-color: #eeeeee;
 }
 
 table th {
@@ -20,16 +24,6 @@ table th {
     color: white;
 }
 
-table table th {
-    background-color: #0000b0;
-    color: white;
-}
-
-table table table th {
-    background-color: #0000d0;
-    color: white;
-}
-
 /********** BICOL **********/
 
 table.bicol tr {
@@ -56,6 +50,8 @@ div.rubrique {
     border-top: 1px solid #000080;
     border-bottom: 1px solid #000080;
     background: #cccccc;
+    margin-top: 2em;
+    margin-bottom: 2em;
 }
 /********************************************************************************
 * $id: header.inc.php,v 1.2 2003/08/03 16:02:41 madcoder exp $