Sha256: 0ebc51b33af05bd6078d4531d94a13d96f7ed6f1b528b5b55b116ddb90ea86d6
Contents?: true
Size: 687 Bytes
Versions: 1
Compression:
Stored size: 687 Bytes
Contents
= Fugue Icons for Rails 3.1 Copyright (C) 2011 Yusuke Kamiyamane. All rights reserved. The icons are licensed under a Creative Commons Attribution 3.0 license. <http://creativecommons.org/licenses/by/3.0/> If you can't or don't want to provide a link back, please purchase a royalty-free license. <http://p.yusukekamiyamane.com/> == Rails Usage The icons are packaged under an +icons/+ folder. So to use the icons in your HTML use the following <%= image_tag("icons/anchor.png") %> if you need to use them in your CSS then you should use an ERB interpreted CSS or SCSS template such as .anchor { background-image: url(<%= asset_path("icons/anchor.png") %>); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fugue_icons_rails-3.0.3 | README.rdoc |