Template:Hatnote/styles.css: Difference between revisions
(class for no border) |
Fireheart& (talk | contribs) m (1 revision imported) |
||
(No difference)
| |||
Latest revision as of 02:59, 3 February 2024
.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;
}