MediaWiki

Difference between revisions of "Common.css"

From Gender and Tech Resources

Line 6: Line 6:
 
.storytelling {
 
.storytelling {
 
clear:left;
 
clear:left;
 +
}
 +
#bodyContent h2 {
 +
margin:1em 0;
 +
}
 +
#bodyContent h2 span {
 +
margin:0;
 +
}
 +
 +
.mainpage-block-title h2 {
 +
margin:0;
 +
height:inherit;
 
}
 
}

Revision as of 17:38, 30 November 2015

/* CSS placed here will be applied to all skins */
.mapblock {
    clear:both;
}
.activities,
.storytelling {
	clear:left;
}
#bodyContent h2 {
	margin:1em 0;
}
#bodyContent h2 span {
	margin:0;
}

.mainpage-block-title h2 {
	margin:0;
	height:inherit;
}