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

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
(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: Reverted
Line 1: Line 1:
/* 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;}
/* 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;
}

Revision as of 17:12, 17 October 2024

/* 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;}