Commit ee6537e9 authored by Claude Meny's avatar Claude Meny

Update custom.css

parent 3e065612
Pipeline #10938 canceled with stage
/** General Theme **/ /** General Theme **/
strong { strong {
color: #c96233; color: #c96233;
} }
/*couleur strong et b à implémenter dès que la solution sera trouvée pour les désactiver dans les notices,
c'est à dire que dans les notices la couleur des caractères gras soit celle de chaque notice
strong {
color: #ac4901;
}
b {
color: #0169c1;
}
*****************************/
dl dt { dl dt {
display: inline; display: inline;
padding: 0.25rem 0.4rem; padding: 0.25rem 0.4rem;
...@@ -61,7 +73,7 @@ section#header { z-index: 2; } ...@@ -61,7 +73,7 @@ section#header { z-index: 2; }
-o-transform: initial !important; -o-transform: initial !important;
-ms-transform: initial !important; -ms-transform: initial !important;
transform: initial !important; transform: initial !important;
margin-right: 4.4rem !important; margin-right: 0rem !important;
} }
/* Little fix for the anchors plugin */ /* Little fix for the anchors plugin */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment