Made “exh” and “nobott” classes more generic

This commit is contained in:
pezcurrel 2024-08-25 17:48:44 +02:00
parent 468ca37cc0
commit a3a27d8082

View file

@ -78,7 +78,7 @@ img {
margin-bottom: 1em;
padding: 0;
}
.idesc p.exh, .inote p.exh {
.idesc .exh, .inote .exh {
font-weight: bold;
text-transform: uppercase;
}
@ -92,7 +92,7 @@ img {
padding: 0;
list-style-position: inside;
}
.idesc ul.nobott, .idesc ol.nobott, .idesc p.nobott, .idesc div.nobott, .inote ul.nobott, .inote ol.nobott, .inote p.nobott, .inote div.nobott {
.idesc .nobott, .inote .nobott, .idesc li, .inote li {
margin-bottom: 0;
}
.noxreas {