Sha256: 716dd0463e9c9cc206dc54325eee0094b2d82a928fa6f690e98e4b19d6be3c48
Contents?: true
Size: 731 Bytes
Versions: 7
Compression:
Stored size: 731 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 ajax_pagination *= require_tree . */ .menu ul li { display: inline-block; border: 1px solid black; } .menu ul li a { padding-left: 30px; padding-right: 30px; } #alert { color: red; }
Version data entries
7 entries across 7 versions & 1 rubygems