MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
.information-container { | .information-container { | ||
border: 1px solid #f28500; | |||
} | } | ||
Revision as of 20:33, 5 September 2024
/* CSS placed here will be applied to all skins */
.hatnote {
margin-left: 10px; /* Adjust the value as needed for indentation */
font-style: italic;
}
.information-container {
border: 1px solid #f28500;
}
.shortdescription {
display:block !important;
white-space: pre-wrap;
display: none !important;
}