This commit is contained in:
Andreas Stephanides
2013-09-06 18:26:58 +02:00
2 changed files with 12 additions and 1 deletions

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;
}

View File

@@ -1,4 +1,4 @@
<%= link_to themengruppe do %>
<%= link_to themengruppe,{:class=>'themengruppe'} do %>
<div class="row-fluid">
<div class="span2">
<%= image_tag themengruppe.picture.thumb.url,{:class=>"img-circle"} %>