blob: 6bd0ec327870242cee6d6713558465c922c0c464 (
plain)
1
2
3
4
5
6
7
8
9
|
/* Add maximum height for content's images */
section img {
max-height: 30rem;
}
/* Specific styles for links to glossary terms */
.xref.std-term {
text-decoration: underline dotted 1px;
}
|