MediaWiki:Common.css: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


body{
body{
background:red;
/*background:red;*/
}
}

Revision as of 10:43, 30 September 2021

/* CSS placed here will be applied to all skins */

h1 {display:none;}

body{
 /*background:red;*/
}