MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
136 bytes added ,  19:36, 23 August 2021
m
fix footer height
m (fix undefined variables)
m (fix footer height)
Line 375: Line 375:
background: #20560e;
background: #20560e;
color: #d5f752;
color: #d5f752;
}
/*
*  Page footer
*  ===========
*/
#footer-places, #footer-icons {
    display: inline-block;  /* fixes footer height issue */
}
}

Navigation menu