mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Use letters for enumerating examples
This commit is contained in:
parent
5a6b10911b
commit
4bea8d51cc
@ -139,7 +139,7 @@ h2, h3, h4, h5, h5 {
|
|||||||
width: 2em;
|
width: 2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
counter-increment: item;
|
counter-increment: item;
|
||||||
content: counter(item) ".";
|
content: "(" counter(item, lower-alpha) ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user