Difference between revisions of "MediaWiki:Vector.css"

From Diary of a Wimpy Kid Wiki
Jump to navigation Jump to search
(thank you porple!)
Line 2: Line 2:
body {
body {
     font-size: 18px;
     font-size: 18px;
}
#simpleSearch #searchInput {
    position: relative;
    top: -5px;
}
}

Revision as of 07:40, 15 February 2020

/* CSS placed here will affect users of the Vector skin */
body {
    font-size: 18px;
}