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