mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-10 09:45:34 +00:00
Affichage des listes de définitions avec un élément par ligne.
This commit is contained in:
15
bitoduc.css
15
bitoduc.css
@@ -117,3 +117,18 @@ a:visited
|
|||||||
{
|
{
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl {
|
||||||
|
list-style-type: disc;
|
||||||
|
}
|
||||||
|
dt:before {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
dt:after {
|
||||||
|
content: ":";
|
||||||
|
}
|
||||||
|
dt, dd {
|
||||||
|
display: inline;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user