From bca2e94d023ec7d0fdf7b1a09266c0b89839dde9 Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Wed, 21 Jan 2015 15:40:46 +0100 Subject: [PATCH] [CSS] --- css/habillage.css | 14 ++++++++------ css/habillage.scss | 10 ++++++---- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/css/habillage.css b/css/habillage.css index 016d3a8..9a11106 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -33,7 +33,8 @@ table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, summary, mark, audio, video { - background-color: #ffffff; } + background-color: #ffffff; + background: none; } html { line-height: 1; } @@ -98,7 +99,8 @@ h1 { padding-top: 15px; padding-left: 15px; font-size: 1.9em; - display: inline-block; } + display: inline-block; + font-weight: bold; } h2 { margin: 15px 15px; @@ -111,6 +113,7 @@ h3 { p { margin: 0 15px; + padding-bottom: 15px; text-decoration: none; text-align: justify; } @@ -130,12 +133,11 @@ p { list-style-type: none; } #ateliers ul li { - height: 300px; margin-bottom: 15px; background-color: #2bc7cd; } #ateliers p { - margin: 15px 15px 0 15px; + margin: 15px 15px 0 0; font-size: 1.3em; font-weight: bold; text-align: left; } @@ -145,14 +147,14 @@ p { /*2EME COLONNE*/ #news { - margin: 0 10px 10px 10px; overflow: hidden; } #news img { height: 350px; } .article { - background-color: #ffaa7f; } + background-color: #ffaa7f; + margin: 0 10px 15px 10px; } /*3EME COLONNE*/ .map { diff --git a/css/habillage.scss b/css/habillage.scss index 4a1c0d7..a2f6b30 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -35,6 +35,7 @@ article, aside, canvas, details, embed, figure, figcaption,hgroup, menu, nav, output, ruby, summary, mark, audio, video { background-color: #ffffff; + background: none; } html { @@ -116,6 +117,7 @@ h1{ padding-left:15px; font-size:1.9em; display:inline-block; + font-weight: bold; } h2{ @@ -131,6 +133,7 @@ h3{ p{ margin:0 15px; + padding-bottom:15px; text-decoration:none; text-align: justify; } @@ -155,13 +158,13 @@ p{ } #ateliers ul li{ - height: 300px; + margin-bottom:15px; background-color: #2bc7cd; } #ateliers p{ - margin: 15px 15px 0 15px; + margin: 15px 15px 0 0; font-size:1.3em; font-weight: bold; text-align: left; @@ -176,7 +179,6 @@ p{ #news{ - margin:0 10px 10px 10px; overflow: hidden; } @@ -186,7 +188,7 @@ p{ .article{ background-color:#ffaa7f; - + margin:0 10px 15px 10px; } -- 2.20.1