Sha256: deac1647a44a270e334bce9438240b631039a06f36d4fb010c1b13de9c226faa
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * 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_directory . */ body { padding-top: 20px; padding-bottom: 20px; } .header, .footer { padding-left: 15px; padding-right: 15px; } .header { border-bottom: 1px solid #e5e5e5; } .header h3 { margin-top: 0; margin-bottom: 0; line-height: 40px; padding-bottom: 19px; } .footer { padding-top: 19px; color: #777; border-top: 1px solid #e5e5e5; } .center { text-align: center; } @media (min-width: 768px) { .container { max-width: 730px; } } .container-narrow > hr { margin: 30px 0; } .note { margin: 40px 0; } .note p + h4 { margin-top: 28px; } @media screen and (min-width: 768px) { .header, .footer { padding-left: 0; padding-right: 0; } .header { margin-bottom: 30px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
release_notes-0.1.3 | app/assets/stylesheets/release_notes/application.css |