MediaWiki

Difference between revisions of "Common.css"

From Gender and Tech Resources

 
Line 8: Line 8:
 
}
 
}
 
#bodyContent h2 {
 
#bodyContent h2 {
margin:1em 0;
+
margin:0.75em 0 0.5em;
 
}
 
}
 
#bodyContent h2 span {
 
#bodyContent h2 span {
Line 15: Line 15:
  
 
.mainpage-block-title h2 {
 
.mainpage-block-title h2 {
margin:0;
+
margin:0 !important;
 
height:inherit;
 
height:inherit;
 
}
 
}

Latest revision as of 17:40, 30 November 2015

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

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