Merge branch 'master' of github.com:jeena/seinheit.ch

This commit is contained in:
Logsol 2013-07-18 16:51:58 +02:00
commit 8c294888e7

View file

@ -106,12 +106,13 @@ ul {
z-index: 2; z-index: 2;
} }
#navi ul a { #navi li:hover ul a {
display: block; display: block;
background: #416843; background: #416843;
background: rgba(65, 104, 67, 0.8);
} }
#navi ul a:hover { #navi li:hover ul a:hover {
background: #90cb93; background: #90cb93;
} }
@ -165,6 +166,10 @@ p.diagramm {
float: none; float: none;
} }
#stage h2 + p {
margin-top: 0.5em;
}
footer { footer {
clear: both; clear: both;
border-top: 5px solid #90CB93; border-top: 5px solid #90CB93;