From 2acbb620080d047ef68e5e2e7f4c09faf2b41da9 Mon Sep 17 00:00:00 2001
From: JosephK <josephk@framasoft.org>
Date: Thu, 6 Nov 2014 15:52:59 +0100
Subject: [PATCH] =?UTF-8?q?Oubli=C3=A9=20les=20headers=20dans=20js=20et=20?=
 =?UTF-8?q?css?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 css/style.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/css/style.css b/css/style.css
index 8ff42240..3d480912 100644
--- a/css/style.css
+++ b/css/style.css
@@ -56,7 +56,7 @@ main, header, footer, .container .jumbotron {
     padding:24px 30px;
 }
 
-.summary h3 {
+.summary h4 {
     margin-top:0;
 }
 
@@ -94,12 +94,12 @@ header .lead {
     border:none;
 }
 
-.jumbotron h2, .jumbotron .js-title {
+.jumbotron h3, .jumbotron .js-title {
     margin-bottom:20px;
     margin-top:0px;
 }
 
-h3.control-label {
+h4.control-label {
     display: inline-block;
     max-width: 100%;
     margin-bottom: 5px;
@@ -124,7 +124,7 @@ caption {
 }
 
 #title-form .btn-edit:focus,
-#title-form h2:hover .btn-edit,
+#title-form h3:hover .btn-edit,
 #email-form .btn-edit:focus,
 #email-form:hover .btn-edit,
 #description-form .btn-edit:focus,
-- 
GitLab