Sha256: 87e9a3818e589088095a9e4e044d6225a624c97a5e8fe7e8aeb11ee4430234dc
Contents?: true
Size: 1002 Bytes
Versions: 2
Compression:
Stored size: 1002 Bytes
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_tree . */ body { background: #aee3f6; font-family: sans-serif; font-size: 14px; } .events { position: absolute; top: 5px; left: 600px; z-index: 1; } .events ul{ padding:0; margin:0; background: #fff; border: 2px solid orange; list-style: none; } .events ul li { border: 1px solid orange; font-size: 12px; } pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } .string { color: green; } .boolean { color: blue; } .null { color: magenta; } .key { color: red; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telephony-1.0.4 | spec/dummy/app/assets/stylesheets/application.css |
telephony-1.0.3 | spec/dummy/app/assets/stylesheets/application.css |