diff --git a/templates/html/Default_with_index.html b/templates/html/Default_with_index.html index b2b7121..79ceb04 100644 --- a/templates/html/Default_with_index.html +++ b/templates/html/Default_with_index.html @@ -37,6 +37,7 @@ padding-left: 10px; padding-right: 10px; padding-bottom: 20px; + padding-top: 10px; } .menu{ @@ -49,6 +50,7 @@ background: #fafafa; border-style: solid; border-width: 1px; + margin-left:-20px; } .menu a,.menu a:link,.menu a:hover,.menu a:active,.menu a:visited { @@ -72,19 +74,29 @@ z-index: 1; } - hr{clear:both;} + hr{ + clear:both; + border-style: solid; + border-width: 1px; + border-color: #4e9a06; + } body { max-width:63em; display:block; margin-left:auto; margin-right:auto; + background: lightslategrey; } .intercalaire { background:white; margin-top: 48px; - padding: 5px; + padding: 10px; + } + + .bold-footer { + color: #4e9a06; } @@ -218,12 +230,16 @@
+ +
+
+