encore merci clement

This commit is contained in:
Adrien
2019-03-05 17:03:36 +01:00
parent 9df001d565
commit b046f238a5
5 changed files with 27 additions and 17 deletions

View File

@ -231,7 +231,7 @@ footer{
}
.link {
padding: 11px 0px 0px 20px;
padding: 12px 0px 12px 20px;
}
.item_nav_blog_gauche {
@ -306,7 +306,7 @@ footer{
.bloc_principal_titre {
text-align: center;
padding-top: 15px;
padding-top: 14px;
width: 100%;
height: 50px;
background-color: #150032;
@ -318,6 +318,7 @@ footer{
.bloc_principal_titre h1, h4.title {
font-size: 20px;
font-weight: 600;
}
h4.title {
@ -325,7 +326,7 @@ h4.title {
}
a[href]:hover {
color: inherit;
/* color: inherit; */
text-decoration: none;
}
@ -377,6 +378,7 @@ a[href]:hover {
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
border: none;
}
.bloc-button:hover{
@ -507,7 +509,8 @@ input {
.article .title {
line-height: 24px;
font-weight: bold;
color: #3a3a3a;
color: #3a3a3a;
font-size: 16px;
}
.article .text {
@ -932,3 +935,10 @@ td, th {
table {
width: 100%;
}
.bloc-filter input {
display: inline-block;
}
.bloc-filter label {
width: 80%;
}