site_depotoire/exemple/bicolore_ajout_menu.patch

26 lines
436 B
Diff

--- bicolore_sans_menu.css 2011-02-26 14:56:15.000000000 +0100
+++ bicolore_avec_menu.css 2011-02-26 15:03:12.000000000 +0100
@@ -47,11 +47,12 @@
div#chapeau {
position: relative;
-margin: 0 auto;
+margin: 0;
padding: 0;
height: 50px;
width: 78%;
top: 0;
+left: 1%;
background-color: #000000;
color: #ffffff;
text-align: center;
@@ -70,7 +71,7 @@
div#corps {
position: relative;
-width: 98%;
+width: 78%;
left: 2%;
}