studium frame

This commit is contained in:
Andreas Stephanides
2013-09-11 20:07:33 +02:00
parent f4c52cb2e0
commit 1951549486
2 changed files with 18 additions and 4 deletions

View File

@@ -16,3 +16,9 @@ border-radius:2px;
border-color: blue;
margin: 5px;
}
a.studium {
display:block
}
a.studium:hover {
box-shadow: 1px 1px 2px 2px lightgray;
}