style: remove special class for comments zone title
This commit is contained in:
parent
0ee029f545
commit
da6476cfc6
2 changed files with 11 additions and 11 deletions
|
@ -20,6 +20,11 @@
|
|||
text-align:right;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
|
||||
color:white;
|
||||
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
/* ------------------ HEADERS ------------------- */
|
||||
|
||||
|
||||
|
@ -67,6 +72,11 @@ footer {
|
|||
margin-bottom:1.2em;
|
||||
}
|
||||
|
||||
.card h1,.card h2,.card h3,.card h4,.card h5,.card h6,.card h7,.card h8,.card h9,.card h10 {
|
||||
color:#333;
|
||||
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.card-shadow {
|
||||
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
@ -107,16 +117,6 @@ h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.ca
|
|||
font-style:italic;
|
||||
}
|
||||
|
||||
/* comments */
|
||||
|
||||
.titre-commentaires {
|
||||
color:white;
|
||||
text-align:center;
|
||||
font-size:2.2em;
|
||||
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
|
||||
padding-bottom:15px;
|
||||
}
|
||||
|
||||
/* lists */
|
||||
|
||||
.list-group-item {
|
||||
|
|
|
@ -138,7 +138,7 @@ In id suscipit elit.</code></pre>
|
|||
</article>
|
||||
|
||||
<section class="commentaires">
|
||||
<h3 class="titre-commentaires">Commentaires :</h3>
|
||||
<h3>Commentaires :</h3>
|
||||
|
||||
</div>
|
||||
<aside class="sidebar col-md-3">
|
||||
|
|
Reference in a new issue