mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Doc : fix <citetitle> HTML element style
This commit is contained in:
parent
e1cdd85819
commit
db5422bc26
16 changed files with 26 additions and 21 deletions
|
@ -57,6 +57,7 @@ pre.programlisting {
|
|||
padding: 0.5em;
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
margin-top: 2em;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
|
@ -76,6 +77,10 @@ em.citetitle {
|
|||
border-radius: 6px;
|
||||
}
|
||||
|
||||
pre.programlisting:has(> em.citetitle) {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
/*
|
||||
* Warning / Important / Note
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue