MediaWiki:Tweeki.css: Difference between revisions

From Social.coop
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Tweeki skin: .firstHeading { text-align: left; }")
Tag: wikieditor
 
No edit summary
Tag: wikieditor
Line 2: Line 2:
.firstHeading {
.firstHeading {
text-align: left;
text-align: left;
border-bottom: 1px solid black;
}
}

Revision as of 23:42, 10 January 2023

/* CSS placed here will affect users of the Tweeki skin */
.firstHeading {
	text-align: left;
	border-bottom: 1px solid black;
}