fixed margin after h2

This commit is contained in:
jeena 2013-07-18 16:49:07 +02:00
parent a7bb1783c0
commit 85a6f9ae1c

View file

@ -166,6 +166,10 @@ p.diagramm {
float: none;
}
#stage h2 + p {
margin-top: 0.5em;
}
footer {
clear: both;
border-top: 5px solid #90CB93;