The wiki is currently a work in progress. If you'd like to help, please check out the Getting started page.
MediaWiki:Sitenotice: Difference between revisions
Jump to navigation
Jump to search
Adrian Genge (talk | contribs) No edit summary |
Adrian Genge (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<style> | <style> | ||
#siteNotice { | #siteNotice { | ||
box-sizing: border-box; | |||
width: 100%; | |||
max-width: 100%; | |||
padding: 8px 16px; | |||
word-wrap: break-word; | |||
overflow-wrap: break-word; | |||
white-space: normal; | |||
} | } | ||
</style> | </style> | ||
The wiki is currently a work in progress. If you'd like to help, please check out the [[Getting started]] page. | The wiki is currently a work in progress. If you'd like to help, please check out the [[Getting started]] page. | ||
Revision as of 19:40, 18 June 2026
<style>
- siteNotice {
box-sizing: border-box; width: 100%; max-width: 100%; padding: 8px 16px; word-wrap: break-word; overflow-wrap: break-word; white-space: normal; } </style> The wiki is currently a work in progress. If you'd like to help, please check out the Getting started page.