X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Fcss%2Fdefault.css;h=305819e6f2932e804e0f1bb7a898a5062c8873ce;hb=772509f32045e23e867b3520f04072301f040252;hp=9d1b45b5e695a54b82e62299fb01be2637fc1c26;hpb=b19786cae5cfa315f04cfbb7a9bef1c6471d4810;p=old-projects.git diff --git a/philter/philter/css/default.css b/philter/philter/css/default.css index 9d1b45b..305819e 100644 --- a/philter/philter/css/default.css +++ b/philter/philter/css/default.css @@ -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 $