Commit ab9757dfa989669b28fb4d37b75209940c674de4
1 parent
d6077c56
Exists in
staging
and in
42 other branches
Add missing icon for Forum content type
(ActionItem1770)
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
public/designs/icons/tango/style.css
... | ... | @@ -81,5 +81,6 @@ |
81 | 81 | .icon-reply { background-image: url(Tango/16x16/actions/mail-reply-sender.png) } |
82 | 82 | .icon-newforum { background-image: url(Tango/16x16/apps/system-users.png) } |
83 | 83 | .icon-forum { background-image: url(Tango/16x16/apps/system-users.png) } |
84 | +.icon-gallery { background-image: url(Tango/16x16/mimetypes/image-x-generic.png) } | |
84 | 85 | .icon-newgallery { background-image: url(Tango/16x16/mimetypes/image-x-generic.png) } |
85 | -.icon-locale { background-image: url(Tango/16x16/apps/preferences-desktop-locale.png) } | |
86 | 86 | \ No newline at end of file |
87 | +.icon-locale { background-image: url(Tango/16x16/apps/preferences-desktop-locale.png) } | ... | ... |