Template:Main/styles.css: Difference between revisions

From IxWiki
Jump to navigation Jump to search
Created page with ".hatnote { font-style: italic; }"
 
mNo edit summary
 
Line 1: Line 1:
.hatnote {
.hatnote {
     font-style: italic;
     font-style: italic;
    padding-left: 2em;  /* Adjust the value as needed */
}
}

Latest revision as of 14:40, 31 July 2024

.hatnote {
    font-style: italic;
    padding-left: 2em;  /* Adjust the value as needed */

}