search for: forum_icon_vert

Displaying 1 result from an estimated 1 matches for "forum_icon_vert".

2009 Sep 30
5
A rails plugin to generate css sprite image automatically
Hi guys, I have written a rails plugin/gem to generate css sprite image automatically. The project repository is here: http://github.com/flyerhzm/css_sprite It is based on RMagick and you need only define a rule from what source images to a destination image, as follows: forum_icon_vertical.gif: # destination image file sources: # source image file list - good_topic.gif - mid_topic.gif - unread_topic.gif - sticky_topic.gif orient: vertical # composite gravity, vertical or horizontal span: 20 # span of space between two im...