From fc3a15fb0ec2bbe758b5ffb4be4035cb92836dbb Mon Sep 17 00:00:00 2001 From: arnault Date: Mon, 13 Feb 2012 21:05:37 +0100 Subject: [PATCH] fix slideshow offset + fix doxnload link + add support section --- index.html | 12 ++++++------ style.css | 5 ++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index a1c45a9..16a00ca 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@
diff --git a/style.css b/style.css index 3c0656f..da95e03 100644 --- a/style.css +++ b/style.css @@ -62,8 +62,7 @@ body { box-shadow: 1px 1px 12px #000; } .categorie a { text-decoration: underline ; } -.categorie h2 { padding: 10px 0 0 10px; } -.categorie p {padding-bottom: 10px; } +.categorie h2 { padding: 15px 0 5px 10px; } /* footer ------------------------------------------------------------*/ #footer { @@ -135,7 +134,7 @@ table { } .theme-default #slider { - margin: 0 auto 20px auto; + margin: 20px auto 20px auto; width:800px; /* Make sure your images are the same size */ height:345px; /* Make sure your images are the same size */ }