Difference between revisions of "MediaWiki:Vector.css"

From Diary of a Wimpy Kid Wiki
Jump to navigation Jump to search
m
Tag: Reverted
m
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
body {
 
font-size: 92%;
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
  display: inline;
  font-size: 92%;
  font-weight: normal;
}
}

Revision as of 05:26, 12 August 2022

/* CSS placed here will affect users of the Vector skin */

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
  display: inline;
  font-size: 92%;
  font-weight: normal;
}