Doc : fix <citetitle> HTML element style

This commit is contained in:
Benjamin Renard 2017-06-15 18:47:28 +02:00
parent e1cdd85819
commit db5422bc26
16 changed files with 26 additions and 21 deletions

View file

@ -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
*/