User:Supatoad64/vector.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
(Created page with "→‎Font size: #content, div#content { margin-left: 160px; font-size: 10px; }")
 
m (Bugfixes)
Line 1: Line 1:
/* Header font */
h1, h2 {
        font-family:Times !important;
}
/* Font size*/
/* Font size*/
#content, div#content {
#content, div#content {
margin-left: 160px; font-size: 10px;
margin-left: 160px; font-size: 10px !important;
}
}

Revision as of 14:37, 23 June 2021

/* Header font */
h1, h2 {
        font-family:Times !important;
}

/* Font size*/
#content, div#content {
	margin-left: 160px; font-size: 10px !important;
}