Template:Hatnote/styles.css: Difference between revisions
From Ymirheim Wiki
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
.hatnote { | .hatnote { | ||
font-style: italic; | font-style: italic; | ||
padding- | padding-left: 1.6em; | ||
margin-bottom: 0.4em; | margin-bottom: 0.4em; | ||
color: #555; | color: #555; | ||
Line 8: | Line 8: | ||
.hatnote.no-border { | .hatnote.no-border { | ||
border-bottom: none; | border-bottom: none; | ||
} | } |
Revision as of 10:38, 5 October 2021
.hatnote { font-style: italic; padding-left: 1.6em; margin-bottom: 0.4em; color: #555; border-bottom: 1px solid #ccc; } .hatnote.no-border { border-bottom: none; }