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

From Old School Near-Reality Wiki
Jump to navigation Jump to search
(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; } }")
 
(No difference)

Latest revision as of 23:21, 4 October 2022

//

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

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

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

}