MediaWiki:Common.css: Difference between revisions

From Allocosm
No edit summary
No edit summary
Line 9: Line 9:
}
}


#mw-content h1.firstHeading {
#mw-content  
h1.firstHeading {
     border-bottom: solid 4px #006699;
     border-bottom: solid 4px #006699;
}
}

Revision as of 18:47, 2 January 2018

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

.color-left {
	background: #006699;
}

.color-right {
	background: #006699;
}

#mw-content 
h1.firstHeading {
    border-bottom: solid 4px #006699;
}