Difference between revisions of "MediaWiki:Vector.css"

From Diary of a Wimpy Kid Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: body { font-size: 18px; }")
 
(thank you porple!)
Line 2: Line 2:
body {
body {
     font-size: 18px;
     font-size: 18px;
}
#simpleSearch #searchInput {
    position: relative;
    top: -5px;
}
}

Revision as of 02:50, 21 June 2019

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

#simpleSearch #searchInput {
    position: relative;
    top: -5px;
}