MediaWiki:Vector.css: Difference between revisions

From Errapedia
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: #navbox { margin: auto; width: 80%; border: 1px solid #356f65; padding: 5px; border-radius: 11px; clear: both; margin-top: 15px; }")
 
(No difference)

Latest revision as of 19:38, 9 February 2023

/* All CSS here will be loaded for users of the Vector skin */

#navbox {
    margin: auto;
    width: 80%;
    border: 1px solid #356f65;
    padding: 5px;
    border-radius: 11px;
    clear: both;
    margin-top: 15px;
}