Sha256: d4ffd00278e9bec8fc713e8099e9702d7df08baeccd9eee6d9492fb462cc6b87

Contents?: true

Size: 703 Bytes

Versions: 3

Compression:

Stored size: 703 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 .
*/

.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

3 entries across 3 versions & 1 rubygems

Version Path
ajax_pagination-0.3.0 spec/rails_app/app/assets/stylesheets/application.css
ajax_pagination-0.2.0 spec/rails_app/app/assets/stylesheets/application.css
ajax_pagination-0.1.0 spec/rails_app/app/assets/stylesheets/application.css