got rid of all img-rounded classes

This commit is contained in:
Skud
2015-01-16 23:24:54 +11:00
parent 175996ce90
commit 9d7b939d42
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
.well
.row
.col-md-4
= link_to image_tag((crop.default_photo ? crop.default_photo.thumbnail_url : 'placeholder_150.png'), :alt => '', :class => 'img-rounded crop-image'), crop
= link_to image_tag((crop.default_photo ? crop.default_photo.thumbnail_url : 'placeholder_150.png'), :alt => '', :class => 'img crop-image'), crop
.col-md-8
%h3{:style => 'padding-top: 0px; margin-top: 0px'}
= link_to crop, crop

View File

@@ -5,5 +5,5 @@
:size => defined?(size) ? size : 150, |
:default => :identicon }), |
:alt => '', |
:class => 'img-rounded img-responsive avatar' ), |
:class => 'img img-responsive avatar' ), |
member_path(member)

View File

@@ -10,7 +10,7 @@
- @photos.each do |p|
.col-md-2.six-across
.thumbnail(style='height: 220px')
= link_to image_tag(p.thumbnail_url, :alt => p.title, :class => 'img-rounded'), p
= link_to image_tag(p.thumbnail_url, :alt => p.title, :class => 'img'), p
%p
= link_to p.title, p
by

View File

@@ -27,7 +27,7 @@
- @photos.each do |p|
.col-md-2.six-across
.thumbnail(style='height: 220px')
= link_to image_tag(FlickRaw.url_q(p), :alt => '', :class => 'img-rounded'), photos_path(:photo => { :flickr_photo_id => p.id }, :type => @type, :id => @id), :method => :post
= link_to image_tag(FlickRaw.url_q(p), :alt => '', :class => 'img'), photos_path(:photo => { :flickr_photo_id => p.id }, :type => @type, :id => @id), :method => :post
%p
=p.title

View File

@@ -27,5 +27,5 @@
.row
.col-md-12
%p= image_tag(@photo.fullsize_url, :alt => @photo.title, :class => 'img-rounded')
%p= image_tag(@photo.fullsize_url, :alt => @photo.title, :class => 'img')

View File

@@ -1,7 +1,7 @@
.well
.row
.col-md-3
= link_to image_tag((planting.default_photo ? planting.default_photo.thumbnail_url : 'placeholder_150.png'), :alt => '', :class => 'img-rounded'), planting
= link_to image_tag((planting.default_photo ? planting.default_photo.thumbnail_url : 'placeholder_150.png'), :alt => '', :class => 'img'), planting
.col-md-9
%h4