Commit b9d5a64efff18703428d6e9d492386628b959cec

Authored by Rodrigo Souto
1 parent 3548b943

Remove trailing whitespaces and fix identation

features/step_definitions/noosfero_steps.rb
@@ -689,9 +689,7 @@ end @@ -689,9 +689,7 @@ end
689 689
690 Given /^the article "([^\"]*)" is updated with$/ do |article, table| 690 Given /^the article "([^\"]*)" is updated with$/ do |article, table|
691 a = Article.find_by_name article 691 a = Article.find_by_name article
692 -  
693 row = table.hashes.first 692 row = table.hashes.first
694 -  
695 a.update_attributes(row) 693 a.update_attributes(row)
696 end 694 end
697 695
public/designs/icons/tango/style.css
@@ -105,7 +105,7 @@ @@ -105,7 +105,7 @@
105 .icon-deactivate-user { background-image: url(Tango/16x16/emblems/emblem-unreadable.png) } 105 .icon-deactivate-user { background-image: url(Tango/16x16/emblems/emblem-unreadable.png) }
106 .icon-set-admin-role { background-image: url(mod/16x16/apps/user.png) } 106 .icon-set-admin-role { background-image: url(mod/16x16/apps/user.png) }
107 .icon-reset-admin-role { background-image: url(/images/icons-app/person-icon.png) } 107 .icon-reset-admin-role { background-image: url(/images/icons-app/person-icon.png) }
108 -.icon-clock { background-image: url(Tango/16x16/actions/appointment.png) } 108 +.icon-clock { background-image: url(Tango/16x16/actions/appointment.png) }
109 109
110 /******************LARGE ICONS********************/ 110 /******************LARGE ICONS********************/
111 .image-gallery-item .folder { background-image: url(mod/96x96/places/folder.png) } 111 .image-gallery-item .folder { background-image: url(mod/96x96/places/folder.png) }