Merge branch 'master' of https://github.com/HausdorffHimself/fetsite
This commit is contained in:
@@ -9,3 +9,14 @@ min-width:13em;
|
|||||||
border: #91B4FF solid 0px;
|
border: #91B4FF solid 0px;
|
||||||
height: 90%
|
height: 90%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.themengruppe:hover
|
||||||
|
{
|
||||||
|
box-shadow: 1px 1px 2px 2px lightgray;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.themengruppe
|
||||||
|
{
|
||||||
|
padding: 5px;
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<%= link_to themengruppe do %>
|
<%= link_to themengruppe,{:class=>'themengruppe'} do %>
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="span2">
|
<div class="span2">
|
||||||
<%= image_tag themengruppe.picture.thumb.url,{:class=>"img-circle"} %>
|
<%= image_tag themengruppe.picture.thumb.url,{:class=>"img-circle"} %>
|
||||||
|
|||||||
Reference in New Issue
Block a user