Sha256: 6746ed9c4563e0c1de2fd6f0cb4d32cb6825ba1a40c54992d9c5b7fe0f0648c0

Contents?: true

Size: 761 Bytes

Versions: 2

Compression:

Stored size: 761 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 {
  padding: 0px;
}

.menu ul li {
  display: inline-block;
  border: 1px solid black;
}
.menu ul li a {
  padding-left: 15px;
  padding-right: 15px;
}

#alert {
  color: red;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ajax_pagination-0.6.5 spec/rails_app/app/assets/stylesheets/application.css
ajax_pagination-0.6.4 spec/rails_app/app/assets/stylesheets/application.css