MediaWiki:Timeless.css: Difference between revisions

From LOTR-TCG Wiki
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: #p-logo-text a { padding: 0; }")
 
No edit summary
 
Line 3: Line 3:
#p-logo-text a {
#p-logo-text a {
padding: 0;
padding: 0;
}
 
#searchInput{
width:95%;
}
}

Latest revision as of 03:56, 29 September 2021

/* All CSS here will be loaded for users of the Timeless skin */

#p-logo-text a {
	padding: 0;
}

#searchInput{
	width:95%;
}