CHANGE: Rounded corners!!!!!111!!1! :P

This commit is contained in:
HausdorffHimself
2013-09-10 03:18:23 +02:00
parent ce2ab399de
commit ab5e413813
2 changed files with 3 additions and 3 deletions

View File

@@ -7,9 +7,9 @@
<div class="media gallery-block"> <div class="media gallery-block">
<div class="pull-left" href="#"> <div class="pull-left" href="#">
<%= if(gallery.fotos.empty?) <%= if(gallery.fotos.empty?)
image_tag "no_image_128.png" image_tag "no_image_128.png", {:class => "img-rounded"}
else else
image_tag gallery.fotos.sample.datei.big_thumb.url image_tag gallery.fotos.sample.datei.big_thumb.url, {:class => "img-rounded"}
end %> end %>
</div> </div>
<div class="media-body"> <div class="media-body">

View File

@@ -1,7 +1,7 @@
<%= link_to themengruppe,{:class=>'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-rounded"} %>
</div> </div>
<div class="span10"> <div class="span10">
<h3><%=themengruppe.title%> </h3> <h3><%=themengruppe.title%> </h3>