Difference between revisions of "Common.css"
From Gender and Tech Resources
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
.storytelling { | .storytelling { | ||
clear:left; | 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;
}