MediaWiki:Common.less/sitenotice.less: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
(Created page with "→‎sitenotice: #siteNotice { text-align: center; } #siteNotice ul { list-style: none; } .sitedir-ltr .mw-dismissable-notice-body { margin: 0; } .sitedir-ltr .mw-dismissable-notice-close { float: none; text-align: right; } .mw-dismissable-notice-close-parent { min-height: 1em; }")
 
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 17:14, 17 October 2024

/* sitenotice */

  1. siteNotice {
   text-align: center;

}

  1. siteNotice ul {
   list-style: none;

}

.sitedir-ltr .mw-dismissable-notice-body {

   margin: 0;

}

.sitedir-ltr .mw-dismissable-notice-close { float: none; text-align: right; }

.mw-dismissable-notice-close-parent {

   min-height: 1em;

}