MediaWiki:Common.less/editnotice.less

From Old School Near-Reality Wiki
< MediaWiki:Common.less
Revision as of 23:21, 4 October 2022 by Jacmob (talk | contribs) (Created page with "// <pre> →‎============================== [[Template:Editnotice]] ==============================: .editnotice { font-size: .9em; padding-bottom: .75em; margin-bottom: .6em; .editnotice-title { font-size: 1.2em; font-weight: bold; margin-bottom: .4em; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

//

/* ==============================
       Template:Editnotice
   ============================== */

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

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

}