From fafd1585012225fbfde879120f18cd7ed4075937 Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Tue, 10 Feb 2015 13:59:38 +0100 Subject: [PATCH] [CSS]+agenda --- css/habillage.css | 6 +++--- css/habillage.scss | 12 +++--------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/css/habillage.css b/css/habillage.css index 04a3fda..2ace496 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -277,9 +277,9 @@ address p { .agenda { background-color: #05ffbc; - height: 500px; margin: 0 10px 15px 10px; - padding-right: 10px; } + padding-right: 10px; + padding-bottom: 15px; } .agenda h1:hover { text-decoration: none; } @@ -300,7 +300,7 @@ address p { .event { display: block; - margin-bottom: 10px; + margin-bottom: 45px; padding-top: 5px; } .horaire { diff --git a/css/habillage.scss b/css/habillage.scss index ccfc8dc..fa376c7 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -308,21 +308,18 @@ address p{ margin:0 10px 15px 10px; overflow: hidden; } - .agenda{ background-color: #05ffbc; - height:500px; margin:0 10px 15px 10px; padding-right: 10px; + padding-bottom: 15px; } .agenda h1:hover{ text-decoration: none; } - .agenda p{ padding: 0; } - .agenda ul{ list-style-type:none; padding:0; @@ -334,20 +331,17 @@ address p{ font-size: 1.7em; clear: both; } - .event{ display: block; - margin-bottom: 10px; + margin-bottom: 45px; padding-top: 5px; + } .horaire{ font-size: 0.8em; margin-bottom: 20px; display: block; } -.nature{ - -} /*RESPONSIVE*/ -- 2.20.1