Made “exh” and “nobott” classes more generic
This commit is contained in:
parent
468ca37cc0
commit
a3a27d8082
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue