Commit b9d5a64efff18703428d6e9d492386628b959cec
1 parent
3548b943
Exists in
master
and in
28 other branches
Remove trailing whitespaces and fix identation
Showing
2 changed files
with
1 additions
and
3 deletions
Show diff stats
features/step_definitions/noosfero_steps.rb
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) } | ... | ... |