(class for no border) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 11:49, 13 July 2023
.hatnote {
font-style: italic;
padding-bottom: 0.4em;
margin-bottom: 0.4em;
color: #555;
border-bottom: 1px solid #ccc;
}
.hatnote.no-border {
border-bottom: none;
}