Displaying 1 result from an estimated 1 matches for "mid_top".
Did you mean:
mic_stop
2009 Sep 30
5
A rails plugin to generate css sprite image automatically
...sitory 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 images
Then run a rake task
rake css_sprite:build
So, you can see a forum_icon_vertical.gif generated in public/images
d...