Oublié les headers dans js et css

This commit is contained in:
JosephK 2014-11-06 15:52:59 +01:00
parent 6f95c4467a
commit 2acbb62008
1 changed files with 4 additions and 4 deletions

View File

@ -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,