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

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "→‎============================== [[Template:Editnotice]] ==============================: .editnotice { font-size: .9em; padding-bottom: .75em; margin-bottom: .6em; .editnotice-title { font-size: 1.2em; font-weight: bold; margin-bottom: .4em; } }")
 
No edit summary
Tag: Reverted
Line 1: Line 1:
/* ============================== [[Template:Editnotice]] ============================== */.editnotice { font-size: .9em; padding-bottom: .75em; margin-bottom: .6em; .editnotice-title { font-size: 1.2em; font-weight: bold; margin-bottom: .4em; }}
/* ==============================
[[Template:Editnotice]]
============================== */

.editnotice {
font-size: .9em;
padding-bottom: .75em;
margin-bottom: .6em;

.editnotice-title {
font-size: 1.2em;
font-weight: bold;
margin-bottom: .4em;
}

}

Revision as of 17:12, 17 October 2024

/* ============================== Template:Editnotice ============================== */.editnotice { font-size: .9em; padding-bottom: .75em; margin-bottom: .6em; .editnotice-title { font-size: 1.2em; font-weight: bold; margin-bottom: .4em; }}