MediaWiki

Difference between revisions of "Common.css"

From Gender and Tech Resources

 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
.mapblock {
 
.mapblock {
 
     clear:both;
 
     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;
 
}
 
}

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;
}