Merge branch 'master' of github.com:jeena/seinheit.ch
This commit is contained in:
commit
8c294888e7
1 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue