CHANGE: Mouseover für Themengruppe

This commit is contained in:
HausdorffHimself
2013-09-06 18:26:33 +02:00
parent c9f0314c29
commit de48cccdbc

View File

@@ -9,3 +9,14 @@ min-width:13em;
border: #91B4FF solid 0px;
height: 90%
}
a.themengruppe:hover
{
box-shadow: 1px 1px 2px 2px lightgray;
}
a.themengruppe
{
padding: 5px;
display:block;
}