Sha256: 05e0c31543bd7299dd4b24b1e0f75a19a50f645ddaae3599c56a1b29cd4c7f2a
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 Bytes
Contents
/* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. *= require_self *= require_tree . */ @import "imperavi-rails/imperavi/imperavi-base"; body { width: 700px; margin: 0 auto; article { overflow: hidden; @include imperavi-base; p, div { border: 0; } p { padding: 0; margin: 0 0 1.5em 0; } } form { textarea { width: 700px; height: 600px; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
imperavi-rails-0.0.2.beta | spec/dummy/app/assets/stylesheets/application.css.scss |