Difference between revisions of "Common.css"
From Gender and Tech Resources
|  (Created page with "→CSS placed here will be applied to all skins:  .foobar { background-image: url( http://finirenbeaute.eu/wp-content/themes/febeu/images/backgrounds/4.jpg );}") | |||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| /* CSS placed here will be applied to all skins */ | /* 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; | ||
| + | } | ||
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;
}